Commit f48c5667 by BellCodeEditor

auto save

parent 42c963c7
Showing with 10 additions and 0 deletions
username = "on"
userpassword = "123"
name = input("请输入用户名 ")
name = input("请输入密码")
while True:
if name==username and passworad==userpassword:
print("朵拉")
break
print("错误")
print("欢迎来到王者荣耀")
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