You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[https://github.com/tecladocode/complete-python-course/blob/master/section3/milestone_1/app.py]
Once you start the program, the program asks for user input.
The invalid input is not handled correctly.
Enter 'a' to add a movie, 'l' to see your movies, 'f' to find a movie, and 'q' to quit: <enter anything apart from a,I,f,q>
Uh oh!
There was an error while loading. Please reload this page.
[https://github.com/tecladocode/complete-python-course/blob/master/section3/milestone_1/app.py]
Once you start the program, the program asks for user input.
The invalid input is not handled correctly.
Enter 'a' to add a movie, 'l' to see your movies, 'f' to find a movie, and 'q' to quit: <enter anything apart from a,I,f,q>
and then see the infinite loop
Unknown command-please try again.
Unknown command-please try again.
Unknown command-please try again.
Unknown command-please try again.
Unknown command-please try again...............
The text was updated successfully, but these errors were encountered: