Commit 2aa47ac5 by BellCodeEditor

auto save

parent 74243110
Showing with 9 additions and 9 deletions
a=input("石头/剪刀/布\n") username="啊"
print("玩家出拳:"+a) userpasserword="12345678900987654321"
import random a=input("请输入账号名:")
list=["石头","剪刀","布"] b=input("请输入密码:")
b=random.choice(list) if a==username and userpasserword:
print(b) print("登录成功")
if a not in list: else:
print("输错了,再来亿遍,淦") print("账号密码错误")
\ 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