Commit 38894f47 by BellCodeEditor

save project

parent 4c096def
Showing with 17 additions and 2 deletions
# 玩家出拳 from turtle import *
\ No newline at end of file for i in range(6):
up()
fd(100)
down()
fd(20)
right(90)
circle(15)
up()
left(90)
fd(-120)
left(60)
goto(0,-100)
down()
circle(100)
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