Commit b1673aad by BellCodeEditor

save project

parent 60326c55
Showing with 3 additions and 0 deletions
i=3
a="python" a="python"
b="12345" b="12345"
while True: while True:
if i>0:
n=input("用户名:") n=input("用户名:")
p=input("密码:") p=input("密码:")
i=-1
if n==a and p==b: if n==a and p==b:
print("成功!") print("成功!")
break break
......
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