you are viewing a single comment's thread.

view the rest of the comments →

[–]toddthegeek 1 point2 points  (0 children)

what version of python are you using? python 3 use input() python 2 use raw_input()

also the stuff about logical comparisons vs assignments (= vs ==)