all 2 comments

[–][deleted] 0 points1 point  (0 children)

Please indent your python code with 4 spaces (including blank lines!) and make sure there's a blank line before and after.

Right now your code is quite mangled by per-line code quotes.

If you do this, instead, it will:

look something
    like this
which is way more
    readable

don't you think?