Error EOF | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Error EOF

Someone know from Error EOF in Python, exercise 15.1

17th Mar 2021, 2:03 AM
Juan Carvajal
Juan Carvajal - avatar
3 Respuestas
+ 4
1. What exercise 2. What language 3. Share your code etc so we can help
17th Mar 2021, 2:06 AM
ChaoticDawg
ChaoticDawg - avatar
+ 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.
17th Mar 2021, 2:17 AM
ChaoticDawg
ChaoticDawg - avatar
+ 1
nombre = input() edad = input() print(nombre + " es " + edad)
17th Mar 2021, 2:09 AM
Juan Carvajal
Juan Carvajal - avatar