+ 1
It's giving an EOF Error. What is it? Please help
It's a small project meant to take a user input, store the input in a list, give the output when the user asks. https://code.sololearn.com/ct9TxtUB0Jv0/?ref=app
5 Antworten
0
What line does your error occur?
And i believe Abhay solved this already
0
No it's another project
0
Fasho, so what line? You said it gives you an End of File error, itll also usually give you a problem line. And what were you doing when it cause the error? Adding a movie, listing them out, ect?
0
In line 38. In a normal idle, it doesn't cause an error, but here it does. Have you looked through my code? Also, It doesn't display a message asking the user to input a year that will calculate in which century this year is.
0
In the show_moviw function, you print out an f string with "movie[blah]", your list is called "movies".
And are you able to enter every field in it before the program crashes?