Skip to content

Commit cffed41

Browse files
authored
Update todolist.py
1 parent 6608c6c commit cffed41

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

TODO (CLI-VER)/todolist.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,5 @@
109109
todo.append(i)
110110
print("____________________________________________________________")
111111
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-
112+
n=int(input())
116113
print("Thank you for using our application")

0 commit comments

Comments
 (0)