Skip to content

Commit 054a6bf

Browse files
Update myrestaurant.py
1 parent e104885 commit 054a6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mini-Projects/project-1/myrestaurant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if menu == i:
1616
print("Anything else sir")
1717
if o == i:
18-
break
18+
break
1919
elif i != menu:
2020
print("Sorry Sir Your order item is not avalable in menu")
2121
break

0 commit comments

Comments
 (0)