+ 1
It works pretty much fine.
Your problem in SL input feature.
Must input all user inputs in the beginning dividing them by enter
+ 2
Sololearn doesn't support real time input to programs (yet), you should be greeted with a input box when clicking 'Run' where you should provide all of your input seperated by a newline
+ 2
Hye Shubham
In line 14 there's a not supportable thing that is EOF!
ig it's error of file. Which can't be find out by sololearn
Hope helps âïž
+ 1
Seems to be caused by `time.sleep(10)` at line 7, not sure why
0
Here is an example on how to provide input, I first put my name then on the next line I say 'yes'
https://ibb.co/FxHwrZt
0
Also that EOF seems to occur when you don't properly provide input, atleast on my end