Commit 1febc6ec by BellCodeEditor

save project

parent d5cba06f
Showing with 2 additions and 11 deletions
username="python"
userpassword="123456"
while True:
name=input("用户名")
password=input("密码")
if name==username and password==userpassword:
print("登陆成功")
break
print("重新输入")
print("欢迎你")
\ No newline at end of file
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