Commit 4d519e26 by BellCodeEditor

save project

parent da0088d0
Showing with 4 additions and 2 deletions
......@@ -5,7 +5,7 @@ while True:
if i>0:
name = input("请输入用户名:")
if name != username:
print("用户名不是")
print("用户名不是")
password = input("请输密码:")
if name == username and password == userpassword:
print("登录成功!")
......@@ -13,7 +13,8 @@ while True:
else:
print("密码不是")
i-=1
print("密码不是,还有"+str(i)+"下")
else:
print("错误多下,冻节了,TMD,要节冻,打20亿到我司")
print("错误多下,冻节了,TMD,要节冻,打20亿到我司,卡号54188~~~~~")
exit()
print("欢迎来到骗钱公司APP~~~~!")
\ 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