Commit 763219a6 by BellCodeEditor

save project

parent aa1b5336
Showing with 5 additions and 4 deletions
...@@ -6,10 +6,11 @@ while True: ...@@ -6,10 +6,11 @@ while True:
if e1 == username and e2 == userpassword: if e1 == username and e2 == userpassword:
print("登录成功") print("登录成功")
break break
if e1!=username if e1 != username:
print(用户名) print("用户名")
if e2!=userpassword continue
print(mima) if e2 != userpassword:
print("密码")
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