Commit 41a9f546 by BellCodeEditor

save project

parent cc93d7c6
Showing with 7 additions and 5 deletions
a=py a="py"
b=123456 b="123456"
name=input("用户名") name=input("用户名:")
password=input("密码") password=input("密码:")
if name==a and b==password if name == a and b == password:
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