Commit b3541d82 by BellCodeEditor

save project

parent eb1adcf8
Showing with 2 additions and 0 deletions
......@@ -11,10 +11,12 @@ while True:
if name!=username:
print("Unknow name")
i-=1
print(i)
continue
elif password!=userpassword:
print("Password was wrong")
i-=1
print(i)
else:
print("Can't login!")
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