0
EOFE Solution?
https://code.sololearn.com/cNfk8432zz2p/?ref=app Mhmm, any solution? Because this is my first type encountering this error and I can’t really get what the error is about... yes i have searched about it..
4 Antworten
+ 1
It happens because one of your input functions recieve no input.
Remember in SL for input to work as intended you have to pass it at the beginning of the program when prompt appears. In your instance it should look like:
Dingo
90
I guess it's not ur age but it's just to show correct input :D
0
so, do i predefine the variable age to 90? and how do i send input to both input of age and name?
Jakub Stasiak
0
You can predefine variables and then check input if it have any value. If no value is passed then use predefined value ^^
What I originally meant was that at the start of your program you need to "fill" every input in your program in the way I've shown you in first post.
0
Jakub Stasiak
https://code.sololearn.com/cNfk8432zz2p/?ref=app
Still not getting there.