Commit 5d3d9539 by BellCodeEditor

save project

parent d285b3b6
Showing with 19 additions and 13 deletions
username = "古德里安" i=3
userpassword = "古德里安" username = "1"
userpassword = "1"
while True: while True:
name = input("古德里安") if i>0:
password = input("古德里安") name = input("账号")
if name == username and password == userpassword: password = input("密码")
print("注意,坦克!") i -=1
break if name == username and password == userpassword:
if username != name: print("hi!")
print("namebye!") break
if userpassword != name: if username != name:
print("密码bye!") print("namebye!")
print("hi!") elif userpassword != password:
\ No newline at end of file print("密码bye!")
# print("hi!")
else:
print("byebye")
exit()
\ 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