0
What is incorrect? Only asked first question
name = input('what\'s your name?') print(name) surename = input('what\'s your surename?') print(surename) age = input('how old are you?') print(age) country = input('where are you from?') print(country)
3 ответов
+ 2
See this code to understand how to provide input for code in Code Playground
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 1
//Try this way.
Dito Shonia
Dito
17
Georgia
+ 1
In PC it works, but on mobile didn't 🤷thanks all