0
How do I remove Name Error ?
3 Respostas
+ 4
typo at line 10
0
If you input only 2 values, input() will give EOF before 'earning' can be initialized
What you can do is getting rid of the loop, calling the function without 'earning' inside the except block and putting an else block in which you call the function with all three arguments
0
Angelo Thanks bruh!
https://code.sololearn.com/c9gQWJaB7HpQ/?ref=app