Skip to content

Commit 7419ae7

Browse files
authored
Update README.md
1 parent 653443d commit 7419ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_continue():
5151
get_continue()
5252
break
5353
if another=='y' or another!='n':
54-
#if user type y and type others letter(not n) again get continue function runs.
54+
#if user type y or type others letter(not n) again get_continue function runs.
5555
get_continue()
5656
if another=='n':
5757
#program ends when user type n

0 commit comments

Comments
 (0)