Commit 2d288ecc by BellCodeEditor

save project

parent 31736bc5
Showing with 6 additions and 0 deletions
username = "asdfghjkl"
userpassword = "20120501"
name = input("请告诉我你的账号名: ")
password = input("那你的密码是多少: ")
if name == username and password == userpassword:
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