Commit 2ed07274 by BellCodeEditor

save project

parent 4a7cb6b6
Showing with 17 additions and 0 deletions
username = "python"
userpassword = "123456"
while True:
lll = input("请输入:")
ppp = input("请输入暗号:")
if lll == username and ppp == userpassword:
break
print("登录成功!封号快乐||||||||||||||||||||||||||||||")
if lll != username:
print("你哪位?")
continue
if ppp != userpassword:
print("有内鬼,暗号错误,终止交易")
continue
print("欢迎来到地下军火交易场!")
print("老板A:“AK便宜卖了!”")
\ 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