Commit 856b1d1b by BellCodeEditor

save project

parent 2dbc650e
Showing with 2 additions and 2 deletions
......@@ -8,11 +8,11 @@ while True:
b-=1
if name != username:
print(" 用户名错误!")
print("你还剩"+str print(b)+"次")
print("你还剩"+str(b)+"次")
continue
elif password != userpassword :
print("密码错误!")
print("你还剩"+str print(b)+"次")
print("你还剩"+str(b)+"次")
continue
else :
print("登录成功!")
......
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