0
Is that output in 2nd example,right?
I guess the sysntax should be like: >>> foo = INT ( input ("enter a number:")
2 Answers
+ 1
Justin syntax errors are sometimes manageable.but got my intention right??
0
int small letters and you forgot a ) on the end. 2 open (( need 2 close ))
foo = int ( input ("enter a number:"))
print(foo)