Commit 6347111a by BellCodeEditor

save project

parent 6a20016b
Showing with 15 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.pencolor("white")
pen.goto(0,-150)
pen.pendown()
pen.fillcolor("yellow")
pen.begin_fill()
pen.circle(150)
pen.end_fill()
pen.penup()
pen.goto(150,-75)
pen.
\ No newline at end of file
print("hello world")
\ 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