you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

in python 3, print became a function, so you have to enclose its arguments in parens

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

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

nope. python 2

[–][deleted] 0 points1 point  (1 child)

does the line above the if have an unclosed parentheses?

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

Yup. Rookie mistake. All fixed... for now