0
Error EOF
Someone know from Error EOF in Python, exercise 15.1
3 Réponses
+ 4
1. What exercise
2. What language
3. Share your code etc so we can help
+ 3
In the SoloLearn playground you have to enter all your inputs at the same time when the input dialog pops up. Enter the name and then on the next line enter the age then click on submit.
+ 1
nombre = input()
edad = input()
print(nombre + " es " + edad)