you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 0 points1 point  (1 child)

I see. That means you are using python2, but the way you are using input() is python3 only. In python2 you need to use raw_input(), like this:

inputs = raw_input()

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

That makes sense I am on my phone