Commit 3fa1f8d0 by BellCodeEditor

auto save

parent a6659f96
Showing with 4 additions and 4 deletions
username = "python"
userpassword = "123456"
w = 0
i = 3
while True:
w+=1
if w==5:
if i>0:
i=i-1
input ("滚")
break
exit()
name = input("请输入用户名:")
password = input("请输入密码:")
if name == username and password == userpassword:
......
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