8000 Fix infinite loop when entering unknown command · coding794/complete-python-course@c7a2d4e · GitHub
[go: up one dir, main page]

Skip to content

Commit c7a2d4e

Browse files
authored
Fix infinite loop when entering unknown command
This fixes tecladocode#2
1 parent 456c938 commit c7a2d4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

section3/milestone_1/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def menu():
1515
print(movie or 'No movies found.')
1616
else:
1717
print('Unknown command-please try again.')
18-
continue
1918
user_input = input("\nEnter 'a' to add a movie, 'l' to see your movies, 'f' to find a movie, and 'q' to quit: ")
2019

2120

0 commit comments

Comments
 (0)
0