Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0cd0d8d

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /