Commit 0251e50a by BellCodeEditor

save project

parent 13c306e1
Showing with 5 additions and 5 deletions
a="python"
b="123"
c==input("请输入用户名")
d==input("请输入密码")
ifc==a and d==b
print("登录成功")
\ No newline at end of file
c==input("请输入用户名:")
d==input("请输入密码:")
if c==a and d==b
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