Commit 258678bd by BellCodeEditor

save project

parent c2f1308f
Showing with 9 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ A="1234567890"
\ No newline at end of file B="0987654321"
C=input("用户名:")
D=input("密码:")
if C==A and B==D:
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