Commit 1b539c41 by BellCodeEditor

auto save

parent a50ceeec
Showing with 10 additions and 0 deletions
import turtle
pen = turtle.Pen()#创建画笔
forward()#移动
right()#右转
left()#左转
circle(整形:圆的半径,整形:圆的夹角)
#先画一个圆,往右移动200步,再画一个100的圆
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