Commit e1c7167d by BellCodeEditor

auto save

parent 3c6046dc
Showing with 36 additions and 3 deletions
player=input("请出拳:石头/剪刀/布")# 玩家出拳 import turtle
print("玩家出拳:"+player) pen=turtle.Pen()
\ No newline at end of file pen.right(0)
pen.forward(20)
pen.right(-90)
pen.forward(40)
pen.right(0)
pen.forward(20)
pen.right(90)
pen.forward(40)
pen.right(90)
pen.forward(60)
pen.right(-90)
pen.forward(60)
pen.right(-90)
pen.forward(70)
pen.right(90)
pen.forward(60)
pen.right(90)
pen.forward(70)
pen.right(-90)
pen.forward(20)
pen.right(-90)
pen.forward(80)
pen.right(90)
pen.forward(80)
pen.right(90)
pen.forward(80)
pen.right(-90)
pen.forward(80)
pen.right(-90)
pen.forward(60)
pen.right(90)
pen.forward(60)
turtle.done()
\ 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