Commit 44115b86 by BellCodeEditor

auto save

parent effb72b9
Showing with 20 additions and 1 deletions
username = "python"
userpassword = "123456"
i=3
while True:
if i>0:
name = input("请输入用户名:")
password = input("请输入密码:")
i+=1
i-=1
if name == username and password == userpassword:
print("登录成功!")
break
......
a1=input("指挥")
a2=input("柴..........)
if a1=="" and a2=="":
print("10")
elif a1=="" and a2=="":
print("1 20")
elif a1=="" and a2=="":
print("20 1")
else:
print("3")
\ No newline at end of file
1 = 0
while True:
print(1)
if i==5:
break
i+=1
\ 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