Commit e2fa47ff by BellCodeEditor

save project

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