Commit ae31da3a by BellCodeEditor

save project

parent 17741aae
Showing with 5 additions and 3 deletions
import random
player=input("请输入(C):")# 玩家出拳
print("玩家出拳:"+player)
#1 玩家出全打印
player=input("请玩家出拳:")# 玩家出拳
print("玩家出拳: "+player)
#print("player数据类型是:",type(piayer))
list=['石头','剪刀','布']computer
list=['石头','剪刀','布']
computer=random.choice(list)
print("计算机出拳:"+computer)
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