Commit 1d9042be by BellCodeEditor

save project

parent 132aca70
Showing with 7 additions and 0 deletions
......@@ -6,5 +6,11 @@ while True:
if a==username and b==userpassword:
print("登陆成功")
break
if a!=username:
print("账户错误")
if b!=userpassword:
print("密码错误")
if b!=userpassword and a!=username:
print("账户和密码错误")
print('登陆失败')
print('欢迎来到拼夕夕')
\ 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