Commit 923366a2 by BellCodeEditor

save project

parent 4ce966e1
Showing with 21 additions and 0 deletions
i = 3
username = "盖亚"
userpassword = "迪迦"
while True:
    if i>0
name = input("请输入用户名:")
    password = input("请输入密码:")
    i -=
    if name == username and password == userpassword:
        print("登录成功!")
        break
    if name !=username or password != userpassword:
        print("用户名或密码错误!停止交易!")
        continue
else i == 0:
print("请带身份证来我司解锁!")
exit()
c = print("欢迎来到黑市!")
d = print("孩子,你要啥(RPG,AK47,还是其他的)")
giao = input("请输入你要啥")
if
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