Commit 4efde752 by BellCodeEditor

save project

parent dc1d6966
Showing with 9 additions and 0 deletions
username="654321"
userpassword="123456"
name=input("A:")
password=input("B:")
if name==username and password==userpassword:
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