Commit ca37ebfd by BellCodeEditor

save project

parent 00253169
Showing with 3 additions and 2 deletions
...@@ -10,7 +10,7 @@ while True: ...@@ -10,7 +10,7 @@ while True:
print('登陆成功')# 如果用户输入的账号、密码正确,提示登陆成功 print('登陆成功')# 如果用户输入的账号、密码正确,提示登陆成功
break break
if e!=a: if e!=a:
print('你账号猜错了,账号是老赵,不是你那个玩意') print('你账号猜错了,账号是老赵,不是',b)
if d!=b: if d!=b:
print('你密码猜错了,密码是44444,不是你那个玩意') print('你密码猜错了,密码是44444,不是',a)
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