Commit a5d2fd13 by BellCodeEditor

save project

parent 34527e48
Showing with 2 additions and 2 deletions
...@@ -3,8 +3,8 @@ userpassword = "123456" ...@@ -3,8 +3,8 @@ userpassword = "123456"
i=3 i=3
while True: while True:
if i<=0: if i<=0:
print('机会用完,账号锁定') print('机会用完,账号锁定')
exit() exit()
print('还剩'+str(i)+'次机会') print('还剩'+str(i)+'次机会')
name = input("请输入用户名:\n") name = input("请输入用户名:\n")
password = input("请输入密码:\n") password = input("请输入密码:\n")
......
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