Commit e83ef5f7 by BellCodeEditor

save project

parent b29d8428
Showing with 18 additions and 0 deletions
i=3
a="xsg"
b="123456"
while True:
if i>0:
name==input("zhanghao")
bbb==input("mima")
if name==a and bbb==b:
print("chenggong")
break
if name!=a:
print("cuowu")
continue
if bbb!=b:
print("mimacuowu")
print("chenggong")
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