Commit 0a7032c5 by BellCodeEditor

save project

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