Commit 154914bd by BellCodeEditor

save project

parent 32a88c31
Showing with 5 additions and 5 deletions
......@@ -7,10 +7,10 @@ password=input("密码")
# 如果用户输入的账号、密码正确,提示登陆成功
if nema==username:
print("OK")
print("账号OK")
else:
print("ON")
print("账号ON")
if password==userpassword:
print("OK")
print("密码OK")
else:
print("ON")
\ No newline at end of file
print("密码ON")
\ 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