Commit 26a6def0 by BellCodeEditor

auto save

parent e09493ad
Showing with 13 additions and 8 deletions
import turtle import turtle
jun=turtle.pen() jun=turtle.Pen()
jun=pen.left(45) jun.fillcolor("blue")
jun=pen.forword(100) jun.pensize(5)
jun=pen.circle(50,100) jun.pencolor("blue")
jun=pen.right(90) jun.begin_fill()
jun=pen.circle(50,100) jun.left(45)
jun=pen.forword(100) jun.forward(100)
turtle.done jun.circle(50,180)
jun.right(90)
jun.circle(50,180)
jun.forward(100)
jun.end_fill()
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