Commit 7651a29f by BellCodeEditor

save project

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