Commit bf18cb54 by BellCodeEditor

auto save

parent 1e953e1f
Showing with 23 additions and 0 deletions
i=3
a='python'
b='123456'
while True:
if i>0:
i-=1
c=input('name')
d=input('mima')
if a==c and b==d:
break
if a!=c:
print("name mistake")
print("rest"+str(i))
continue
if b!=d:
print("mima mistake")
print("rest"+str(i))
continue
else:
print("ice")
exit()
print("welcome")
i=3
username = "python"
userpassword = "123456"
while True:
......
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