Commit e2fa47ff by BellCodeEditor

save project

parent 43765650
Showing with 21 additions and 18 deletions
username = "盖亚"
userpassword = "迪迦"
while True:
name = input("请输入用户名:")
password = input("请输入密码:")
if name == username and password == userpassword:
print("登录成功!")
break
if name !=username:
print("用户名或密码错误!停止交易")
continue
if password != userpassword:
print("密码或错误!停止交易")
continue
print("欢迎来到黑市!")
print("孩子,你要啥(RPG,AK47,还是其他的)")
giao = input("请输入用户名:")
\ No newline at end of file
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