Commit 5585f111 by BellCodeEditor

save project

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