Commit d807f2c1 by BellCodeEditor

save project

parent 61b71f31
Showing with 3 additions and 2 deletions
...@@ -4,7 +4,7 @@ while True: ...@@ -4,7 +4,7 @@ while True:
name = input("古德里安") name = input("古德里安")
password = input("古德里安") password = input("古德里安")
if name == username and password == userpassword: if name == username and password == userpassword:
print("注意,坦克!") print("注意,坦克!")
break break
print("byebye!") print("byebye!")
print("hi!") print("hi!")
\ 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