Commit 54b50eb5 by BellCodeEditor

save project

parent f0c715f8
Showing with 9 additions and 0 deletions
a="a"
b="bb"
c=input("账号:")
d=input("密码:")
if c==a and d==b:
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