Commit 0a8b22e4 by BellCodeEditor

save project

parent e637f271
Showing with 4 additions and 3 deletions
...@@ -6,9 +6,9 @@ while True: ...@@ -6,9 +6,9 @@ while True:
if name1==name and mima1==mima: if name1==name and mima1==mima:
print("成功") print("成功")
break break
if name1!=name: elif name1!=name:
print("你不知道你叫什么名吗?") print("你不知道你叫什么名吗?")
continue
if mima1!=mima: elif mima1!=mima:
print("给爷重输") print("给爷重输")
print("welcome") print("welcome")
\ 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