Commit d2ead810 by BellCodeEditor

save project

parent 9acdf46f
Showing with 16 additions and 0 deletions
username = "54188"
userpassword = "1452"
while True:
name = input("输入你的账号名,麻溜点:")
if name!=username:
print("直视我,崽种,你他喵输错了")
continue
password = input("密码呢?他喵的快点:")
if password!=userpassword:
print("哈哈哈,活该输错了")
continue
if name == username and password == userpassword:
print("艹,你竟然输对了,真晦气")
break
print("欢迎来到王者荣耀")
\ 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