Commit 61b71f31 by BellCodeEditor

save project

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