Commit 4c990a0e by BellCodeEditor

save project

parent 6a31a985
Showing with 3 additions and 3 deletions
username = "0" user = "0"
userpassword = "0" userpassword = "0"
username=input("输入用户名") username=input("输入用户名")
userpassword = input("输入密码") userpassword1 = input("输入密码")
if user==username and userpassword==userpassword: if user==username and userpassword1==userpassword:
print("欢迎%s"%(user)) print("欢迎%s"%(user))
else: else:
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