Commit 67eef80e by BellCodeEditor

save project

parent 28df7736
Showing with 3 additions and 3 deletions
...@@ -3,6 +3,6 @@ userpassword = "123456" ...@@ -3,6 +3,6 @@ userpassword = "123456"
name=input("账号名:") name=input("账号名:")
password=input("密码:") password=input("密码:")
if (username == name and userpassword==password): if (username == name and userpassword==password):
input("成功") input("登录成功")
else: else:
input("失败") input("登录失败")
\ No newline at end of file \ 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