Commit e9187765 by BellCodeEditor

auto save

parent 4cac003e
Showing with 35 additions and 3 deletions
neme=input("输入名字")
print(neme+"你好啊")
\ No newline at end of file
a=str(input("嘈,快出(石头/剪刀/布)"))
print("玩家出拳",a)
import random
list=["石头","剪刀","布"]
b=random.choice(list)
print("电脑出拳",b)
if a in list:
if a==b:
print("嘈")
elif (a=="布" and b=="石头") or (a=="石头" and b=="剪刀") or (a=="剪刀" and b=="布"):
print("菜就多练")
else:
print("你TM")
else:
print("滚!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
'''
if AERFGSETFYS == "蔡徐坤":
print("太酷啦")
else:
print("嘈")'''
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