0

Is it possible to give a description on what you want inputted in python

Can you ask a question like how old are you etc on python when you input something

15th Jul 2022, 6:24 AM
Kaylee-Jade
Kaylee-Jade - avatar
7 odpowiedzi
+ 4
Are you up to lesson 14 in the python course? Is it covered there?
15th Jul 2022, 6:50 AM
Ausgrindtube
Ausgrindtube - avatar
+ 3
Janne You are probably right, but your solution will only work in an IDE externsl to Sololearn.
15th Jul 2022, 12:18 PM
Rik Wittkopp
Rik Wittkopp - avatar
+ 2
name = int(input("How old are you?")) Just put the question inside the input: input(„question“)
15th Jul 2022, 11:17 AM
Janne
Janne - avatar
+ 2
Rik Wittkopp Thats true xD
15th Jul 2022, 12:38 PM
Janne
Janne - avatar
+ 1
Kaylee-Jade Comments are your friend name = input() # Enter your Name
15th Jul 2022, 8:17 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 1
Rik Wittkopp I gues he means when the program runs, not when youre looking at the code
15th Jul 2022, 11:15 AM
Janne
Janne - avatar
0
Thanks
19th Jul 2022, 10:11 AM
Kaylee-Jade
Kaylee-Jade - avatar