Skip to content

Commit 0cd0d8d

Browse files
authored
Update todolist.py
1 parent cffed41 commit 0cd0d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TODO (CLI-VER)/todolist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Check for the existence of file
22
no_of_items=0
33
try:
4-
f=open("todolist.txt")
4+
f=open("./TODO (CLI-VER)/todolist.txt")
55
p=0
66
for i in f.readlines():#Counting the number of items if the file exists already
77
p+=1

0 commit comments

Comments
 (0)