7 Answers
+ 4
Are you up to lesson 14 in the python course? Is it covered there?
+ 3
Janne
You are probably right, but your solution will only work in an IDE externsl to Sololearn.
+ 2
name = int(input("How old are you?"))
Just put the question inside the input: input(âquestionâ)
+ 2
Rik Wittkopp Thats true xD
+ 1
Kaylee-Jade
Comments are your friend
name = input() # Enter your Name
+ 1
Rik Wittkopp I gues he means when the program runs, not when youre looking at the code
0
Thanks