Commit 8afa475a by BellCodeEditor

save project

parent aa2da42d
Showing with 3 additions and 0 deletions
......@@ -9,11 +9,14 @@ while True:
if name==username and password==userpassword:
print("登录成功")
break
print("还剩"+str(i)+"次")
if name != username:
print("furk you")
print("还剩"+str(i)+"次")
continue
if password != userpassword:
print("furk you")
print("还剩"+str(i)+"次")
else:
print("哈,你没了")
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