Why can you not type in python ex: input("how old are you: ") you can't type your age | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Why can you not type in python ex: input("how old are you: ") you can't type your age

19th Jun 2019, 1:42 AM
Landon Jacobs
Landon Jacobs - avatar
5 ответов
19th Jun 2019, 2:05 AM
Jella
Jella - avatar
+ 1
pls be more specific and show an example of the code that you are having problems with
19th Jun 2019, 1:51 AM
Pikachu
Pikachu - avatar
+ 1
Age = input("how old are you: ") Print("Age")
19th Jun 2019, 1:54 AM
Landon Jacobs
Landon Jacobs - avatar
0
What does \n do?
19th Jun 2019, 2:25 AM
Landon Jacobs
Landon Jacobs - avatar
0
\n creates a new line
20th Jun 2019, 2:53 AM
Pikachu
Pikachu - avatar