We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6608c6c commit cffed41Copy full SHA for cffed41
TODO (CLI-VER)/todolist.py
@@ -109,8 +109,5 @@
109
todo.append(i)
110
print("____________________________________________________________")
111
print("Press 1: Add Item \nPress 2: Delete the Item\nPress 3: Update item\nPress 4:Display Items\nPress 5:Exit")
112
- n=int(input())
113
-
114
115
+ n=int(input())
116
print("Thank you for using our application")
0 commit comments