Commit 5286e75b by BellCodeEditor

auto save

parent 654bc3ba
Showing with 27 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.left(45)
pen.forward(100)
pen.left(90)
pen.circle(50,180)
pen.left(180)
pen.forward(100)
pen.right(90)
pen.circle(-50,180)
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.pensize(5)
x=-100
y=50
pen.pencolor("blue")
for i in range(3):
pen.goto(-10,50)
pen.circle(50)
pen.penup()
\ No newline at end of file
import turtle
import turtle
pen=turtle.Pen()
++ "b/\346\230\257"
++ "b/\346\230\257\343\200\202py"
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