Commit 2aa47ac5 by BellCodeEditor

auto save

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