Commit b703e181 by BellCodeEditor

save project

parent 1c9a5379
Showing with 9 additions and 0 deletions
username = "python"
userpassword = "123456"
username1=input("请输入用户名:")
password1=input("请输入密码: ")
if username==username1 and userpassword==password1 :
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