Commit df387d83 by BellCodeEditor

save project

parent 00f32ff5
Showing with 10 additions and 5 deletions
name="zhy"
mima="1234567"
name1=input("name?")
mima1=input("mima?")
if name1==name and mima1==mima:
print("成功")
\ No newline at end of file
while True:
name1=input("name?")
mima1=input("mima?")
if name1==name and mima1==mima:
print("成功")
break
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