Commit 387a56b0 by BellCodeEditor

save project

parent 5f068d79
Showing with 4 additions and 2 deletions
import turtle
pen.penup()
pen.goto(-100,10000000)
pen.pendown()
pen=turtle.Pen()
pen.write("ffcfgfvcc",font=("Times",30,"normal"))
from turtle import *
......@@ -19,4 +22,4 @@ circle(120,180)
end_fill()
up()
goto(-100,-100)
down()
\ No newline at end of file
down()
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