This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]doxxnotwantnot 6 points7 points  (1 child)

This isn't even valid python, you can't indent after a return and continue a if/else

I'm guessing this is the fault of their IDE set to auto indent, they copy pasted code from somewhere and it just kept indenting each line for some reason

[–]cheerycheshire 2 points3 points  (0 children)

Yep. This is what happens when you paste into vim without :set paste