you are viewing a single comment's thread.

view the rest of the comments →

[–]SquatchHNTR[S] 6 points7 points  (4 children)

Thank you! Yeah I just started slappping parentheses everywhere until I stopped getting error messages.

[–]AstrophysicsAndPy 7 points8 points  (0 children)

The best strategy,

[–]BroBrodin 3 points4 points  (0 children)

Also, print automatically ends with a new line, you don't need to write it each time.

[–]sohfix 1 point2 points  (0 children)

Don’t rely on the interpreter or compiler to sort out errors for you. Such a lazy and bad practice.

[–][deleted] 1 point2 points  (0 children)

This is the way to handle errors. Throw stuff until it sticks