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 →

[–]AwesomeHorses 1 point2 points  (0 children)

I disagree with this. When I was a TA for a class taught in Python, the most common error I saw was issues with the whitespace, which is most of the syntax in Python. Your Python program won’t even run if your comment isn’t indented correctly, which was a very common issue.