Commit f3aeaeb8 by BellCodeEditor

save project

parent 5ebf2df8
Showing with 1 additions and 0 deletions
...@@ -4,6 +4,7 @@ r=3 ...@@ -4,6 +4,7 @@ r=3
# 请用input()实现用户输入账号、密码的功能 # 请用input()实现用户输入账号、密码的功能
while True: while True:
if r>0: if r>0:
print("友情提示:你还有"+str(r)+"次机会")
a=input("请输入账号") a=input("请输入账号")
q=input("请输入密码") q=input("请输入密码")
r=r-1 r=r-1
......
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