0
Errors!
Guys in python to receive input from the user u use the input('{something}') function? But when I do it in sololearn it sends me a EOF error
6 Respostas
+ 1
It looks like you're running an infinite loop, so implement the exit command to exit the program, because it keeps on running forever until CTRL+C is pressed. Then, when you finish, you can do searches then exit. For example:
discord
youtube
exit
0
First, you can either do input("{Prompt}") or just input().
Second, did you try writing any input?
Finally, can you show us your code to track down this problem?
0
I've tried just input() but it doesn't work either
0
It works thx!!!
0
You are welcome