Commit a6332b5b by BellCodeEditor

save project

parent 640dd32d
Showing with 9 additions and 2 deletions
...@@ -6,4 +6,12 @@ input("请输入你的账号") ...@@ -6,4 +6,12 @@ input("请输入你的账号")
input("请输入你的密码") input("请输入你的密码")
# 如果用户输入的账号、密码正确,提示登陆成功 # 如果用户输入的账号、密码正确,提示登陆成功
\ No newline at end of file if name == username:
print("账号输入正确")
else:
print("请输入正确账号")
else:
print("请输入正确的密码")
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