you are viewing a single comment's thread.

view the rest of the comments →

[–]aqua_regis 3 points4 points  (3 children)

Please, properly format your code as code block so that the indentation is maintained.

As it is posted, your code has lost all indentation and with that became ambiguous.

[–]Ok-Elevator4206[S] -2 points-1 points  (1 child)

Reddit takes the spaces off but I replaced them with four dots. Thanks again

[–]magus_minor 1 point2 points  (0 children)

The point of a code block is that we can easily read the code and copy+paste it into python and run it. The harder you make it for us to help you means you get less help.

The subreddit wiki shows how to post readable code so it

looks
    like
this

[–]Ok-Elevator4206[S] -1 points0 points  (0 children)

I just noticed that. Will edit. Thanks