I can not find error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

18th Feb 2020, 8:21 PM
Nullonator
Nullonator - avatar
7 Answers
18th Feb 2020, 8:37 PM
Théophile
Théophile - avatar
+ 2
works as designed 👍 what's your prob?
18th Feb 2020, 8:22 PM
Oma Falk
Oma Falk - avatar
+ 1
I always get EOFError
18th Feb 2020, 8:31 PM
Nullonator
Nullonator - avatar
+ 1
Ok thank you
18th Feb 2020, 8:40 PM
Nullonator
Nullonator - avatar
+ 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")
19th Feb 2020, 6:19 PM
Jobin Johnson
Jobin Johnson - avatar
0
Nullonator remember that to input values in Sololearn, you must follow this rule : => an input call == a line
18th Feb 2020, 8:31 PM
Théophile
Théophile - avatar
0
What is EOFError?
18th Feb 2020, 8:31 PM
Nullonator
Nullonator - avatar