Commit 94821db6 by BellCodeEditor

save project

parent 06d5d314
Showing with 7 additions and 3 deletions
...@@ -6,9 +6,13 @@ while True: ...@@ -6,9 +6,13 @@ while True:
nema=input("请输入123456") nema=input("请输入123456")
if a==name and b==nema: if a==name and b==nema:
print('登陆成功啦诈骗分子') print('登陆成功啦诈骗分子')
break break
else : if name != a:
print("诈骗分子你在多试试,一定要登上!!!") print('账号输错了是sb')
if nema != b:
print('密码输错了是123456')
print("诈骗分子是sb 123456你在多试试,一定要登上!!!")
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