Commit b3541d82 by BellCodeEditor

save project

parent eb1adcf8
Showing with 2 additions and 0 deletions
...@@ -11,10 +11,12 @@ while True: ...@@ -11,10 +11,12 @@ while True:
if name!=username: if name!=username:
print("Unknow name") print("Unknow name")
i-=1 i-=1
print(i)
continue continue
elif password!=userpassword: elif password!=userpassword:
print("Password was wrong") print("Password was wrong")
i-=1 i-=1
print(i)
else: else:
print("Can't login!") print("Can't login!")
exit() exit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment