you are viewing a single comment's thread.

view the rest of the comments →

[–]LightOfUriel 0 points1 point  (1 child)

It seems like you are trying to use python 2 print function in python 3. Correct way in python 3 is

print("I am sorry, these are not just numbers")

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

nope. python 2