Commit 49805927 by BellCodeEditor

save project

parent afd6c4d0
Showing with 9 additions and 3 deletions
f : username="python"
pass# 如果用户输入的账号、密码正确,提示登陆成功 userpasswork=".1111122"
\ No newline at end of file name=input("输入你的密码")
passwork=input("输入你的密码")# 如果用户输入的账号、密码正确,提示登陆成功
if userpasswork==name:
print("登陆成功")
else:
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