+ 2
Why SoloLearn cannot get second input?
3 Respuestas
+ 17
Prompt clearly says : "split inputs into separate lines".... hit "enter" button.... ~_~
+ 17
This is probably your code's fault... Since i don't know much Python this is the only example i can provide :
ad = input("Enter your name: \n\n")
soyad=input("Enter your surname:\n\n")
print(ad)
print(soyad)
#it's fully-functional...
+ 1
Giving EOF error