What is incorrect? Only asked first question | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
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)

7th Oct 2021, 7:02 AM
Dito Shonia
Dito Shonia - avatar
3 odpowiedzi
+ 2
See this code to understand how to provide input for code in Code Playground https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
7th Oct 2021, 7:40 AM
Ipang
+ 1
//Try this way. Dito Shonia Dito 17 Georgia
7th Oct 2021, 7:42 AM
I Am a Baked Potato
I Am a Baked Potato - avatar
+ 1
In PC it works, but on mobile didn't 🤷thanks all
7th Oct 2021, 7:44 AM
Dito Shonia
Dito Shonia - avatar