+ 1
I can not find error
I cannot understand what error in my code "Nullonator's system (Python 3) https://code.sololearn.com/cjhuRr8Dp34t/?ref=app
7 Antworten
+ 1
Use the search bar 😉:
https://www.sololearn.com/discuss/487219/?ref=app
+ 2
works as designed 👍
what's your prob?
+ 1
I always get EOFError
+ 1
Ok thank you
+ 1
Use this answer
print("Insert your name, surname and age to continue")
a=str(input("Name: "))
b=str(input("Surname: "))
n=int(input("Age: "))
if (int(n)<int(14)):
print("Sorry, but you must be 14 or more years old to continue")
else:
print("Hello, "+a+" "+b+". Welcome to Nullonator's system")
0
Nullonator remember that to input values in Sololearn, you must follow this rule :
=> an input call == a line
0
What is EOFError?