Commit e637f271 by BellCodeEditor

save project

parent 16b313a2
Showing with 1 additions and 3 deletions
......@@ -3,13 +3,12 @@ mima="1234567"
while True:
name1=input("name?")
mima1=input("mima?")
if name1==name and mima1==mima:
print("成功")
break
if name1!=name:
print("你不知道你叫什么名吗?")
continue
if mima1!=mima:
print("给爷重输")
print("shibai")
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