Commit 4e32e755 by BellCodeEditor

auto save

parent 4a7cb6b6
Showing with 12 additions and 0 deletions
user = "python"
password = "123456"
username = input("")
userpassword = input()
if user == username and password==userpassword:
print("成")
elif user != username:
print("名字错误")
else:
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