Commit 0a7032c5 by BellCodeEditor

save project

parent 4fb1d44d
Showing with 26 additions and 11 deletions
i=3
r="wer" r="wer"
w="3.141592653589793238462643383279502" w="3.141592653589793238462643383279502"
while 1: while 1:
u=input("请输人章好") if i>0:
y=input("uehuiwuo") u=input("请输人章好")
y=input("uehuiwuo")
if r==u and y==w:
i-=1
print("成") if i>0:
break
if r!=u: print("还有"+str(i)+"次")
print("章好错") if i==0:
if w!=y: print()
print("密码错")
if r==u and y==w:
print("成")
break
if r!=u:
print("章好错")
continue
if w!=y:
print("密码错")
continue
else:
print("ysd")
exit()
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