We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653443d commit 7419ae7Copy full SHA for 7419ae7
README.md
@@ -51,7 +51,7 @@ def get_continue():
51
get_continue()
52
break
53
if another=='y' or another!='n':
54
- #if user type y and type others letter(not n) again get continue function runs.
+ #if user type y or type others letter(not n) again get_continue function runs.
55
56
if another=='n':
57
#program ends when user type n
0 commit comments