Commit 066169ab by BellCodeEditor

save project

parent d9696277
Showing with 5 additions and 1 deletions
......@@ -6,5 +6,8 @@ while True:
if name == username and password == userpassword:
print("注意,坦克!")
break
print("byebye!")
if username != name:
print("namebye!")
if userpassword != name
print("密码bye!")
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