Commit 4ee8e31a by BellCodeEditor

save project

parent 6357c49c
Showing with 9 additions and 5 deletions
'''import turtle
import turtle
t=turtle.Pen()
t.pencolor('red')
t.pensize(8)
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.penup()
t.goto(240,-240)
t.write('老麦\n土土\n土土地',font=('宋体',35,'normal'))
turtle.done()'''
import turtle
t=turtle.Pen()
t.pendown()
t.circle(-180,180)
turtle.done()
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