Commit acd95091 by BellCodeEditor

save project

parent 5c9b87bd
Showing with 11 additions and 0 deletions
username="xxx"
userpassward="123"
while True:
name=input("请输入您的账号:")
passward=input("请输入您的密码:")
if name==username and passward==userpassward:
print("登录成功!")
break
print("您的账号或密码输入错误,请重新输入!")
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