Commit ca0d7ad9 by BellCodeEditor

save project

parent a5704816
Showing with 2 additions and 0 deletions
username = "diy1.py" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "45745321976541" # 保存在服务器数据库中的用户密码(正确的密码)
i=3
while True:
if i>0:
name=input("输入账号")
......@@ -15,4 +16,5 @@ while True:
print("输入错误2 xxx")
else:
print("账号被锁定")
exit()
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