Commit 25dc0d59 by BellCodeEditor

save project

parent aefd2fcd
Showing with 8 additions and 1 deletions
......@@ -7,6 +7,10 @@ while True:
if name != username :
print("账号")
continue
else:
break
while True:
if i>0:
password = input("请输入密码:")
if password == userpassword and name == username:
print("gogogo")
......@@ -14,7 +18,9 @@ while True:
else:
print("...")
i -= 1
else:
if i <= 0:
print("!!!FBI WARNING!!!")
exit()
else:
print("万王之王哈里发最多再许你"+str(i)+"次机会!!!")
print("Welcome , sir\nGlad to see")
\ No newline at end of file
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