Commit 4924dfca by BellCodeEditor

auto save

parent f7610984
Showing with 10 additions and 8 deletions
player=input("请出拳:石头/剪刀/布")# 玩家出拳
print("玩家出拳:"+player)
import random #导入随机模块
lalst=("石头","剪刀","布")#创建变量
computer=random.choice(last)#调用变量
print(computer)#输出电脑出拳
else:
print("你输了")
import turtle
pen=turtle.Pen()
Pen.shape("arrow")
Pen.fillcolor("blue")
Pen.begin_fill()
for i in range:
......
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