Commit 5585f111 by BellCodeEditor

save project

parent 387a56b0
Showing with 3 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(-100,10000000)
pen.goto(-100,100)
pen.pendown()
pen=turtle.Pen()
pen.write("ffcfgfvcc",font=("Times",30,"normal"))
from turtle import *
pensize(1)
......@@ -23,3 +23,4 @@ end_fill()
up()
goto(-100,-100)
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