Commit aa1b5336 by BellCodeEditor

save project

parent 8253ad3e
Showing with 4 additions and 2 deletions
...@@ -6,8 +6,10 @@ while True: ...@@ -6,8 +6,10 @@ while True:
if e1 == username and e2 == userpassword: if e1 == username and e2 == userpassword:
print("登录成功") print("登录成功")
break break
else: if e1!=username
print("登陆失败!") print(用户名)
if e2!=userpassword
print(mima)
print("欢迎!") 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