Commit ea0f30f9 by BellCodeEditor

save project

parent 375b5ae2
Showing with 21 additions and 0 deletions
i=3
a="xsg"
b="123456"
while True:
if i>0:
name=input("zhanghao")
bbb=input("mima")
i=i-1
if name==a and bbb==b:
print("chenggong")
break
if name!=a:
print("cuowu")
continue
if bbb!=b:
print("mimacuowu")
else:
print("suoding")
exit()
print("jingru")
\ No newline at end of file
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