Commit 407b459b by BellCodeEditor

save project

parent a1d4d261
Showing with 3 additions and 0 deletions
i=5
name = "Creeper?" name = "Creeper?"
password = "Aw man" password = "Aw man"
while True: while True:
if i<0:
print("你账号或密码错误次数过多,请十分钟后在试")
zhanghao = input("请输入用户名:") zhanghao = input("请输入用户名:")
mima = input("请输入密码:") mima = input("请输入密码:")
if zhanghao == name and mima == password: if zhanghao == name and mima == password:
......
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