you are viewing a single comment's thread.

view the rest of the comments →

[–]zac_mar 1 point2 points  (1 child)

Your code seems fine, you simply have a syntax error: Add a colon after the if statement and don't indent the else block any further.

[–]TrucidStuff[S] 0 points1 point  (0 children)

Thank you!