Commit 763219a6 by BellCodeEditor

save project

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