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 cffed41 commit 0cd0d8dCopy full SHA for 0cd0d8d
TODO (CLI-VER)/todolist.py
@@ -1,7 +1,7 @@
1
#Check for the existence of file
2
no_of_items=0
3
try:
4
- f=open("todolist.txt")
+ f=open("./TODO (CLI-VER)/todolist.txt")
5
p=0
6
for i in f.readlines():#Counting the number of items if the file exists already
7
p+=1
0 commit comments