im super duper fresh to learning python and can't for the life of me get this syntax to go away, its happening on the print line
name = requestString(" Enter your name:")
age = requestInteger( "Enter your age:")
print name,"you are" age "years old" "!" "That's great" "!"
Invalid syntax Your code contains at least one syntax error, meaning it is not legal jython
any help would be greatly appreciated!
thanks
name = requestString(" Enter your name:")
age = requestInteger( "Enter your age:")
print name,"you are" age "years old" "!" "That's great" "!"
Invalid syntax Your code contains at least one syntax error, meaning it is not legal jython
any help would be greatly appreciated!
thanks
Comment