Commit 1b25f218 by BellCodeEditor

save project

parent 05981a88
Showing with 4 additions and 0 deletions
username = "python"
userpassword = "123456"
i = 3
while True:
if i <1:
print("次数用完")
break
name = input("请输入用户名:")
password = input("请输入密码:")
if username ==name:
......
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