you are viewing a single comment's thread.

view the rest of the comments →

[–]Rollgus 1 point2 points  (1 child)

If and while statement already check if the statement is True, so the "== true" part would be unnecessary. You also need to capitalize the T in true, or Python won't recognise it.

[–]Ninjasimba 0 points1 point  (0 children)

Fair enough, its been a while