Commit 0a7032c5 by BellCodeEditor

save project

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