Commit 7e741728 by BellCodeEditor

save project

parent 3c8172be
Showing with 2 additions and 2 deletions
i=1
i=3
username = "python" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456"
while True:
......@@ -11,7 +11,7 @@ while True:
break
if a!=username:
print("用户名输入错误")
"还剩"=+str(i)+"次"
print("还剩"+str(i)+"次")
continue
if b!=userpassword:
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