Commit 94821db6 by BellCodeEditor

save project

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