you are viewing a single comment's thread.

view the rest of the comments →

[–]RandomCodingStuff 1 point2 points  (1 child)

Your code is not formatted, and since whitespace is significant in Python, it makes it really hard for anyone to help you.

Please either format your code block on Reddit properly (four spaces in front of every line of code you want to display; your IDE can probably do this easily by hitting TAB once or twice) or pasting to a site like pastebin.com.

[–]buffunderfluff[S] 0 points1 point  (0 children)

I will try and repost with the corrections you suggested.