Commit 61b71f31 by BellCodeEditor

save project

parent d1826ea8
Showing with 3 additions and 3 deletions
username = "古德里安" username = "古德里安"
userpassword = "古德里安" userpassword = "古德里安"
while True: 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!")
......
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