Commit 2919e50a by BellCodeEditor

save project

parent 6bd70c4b
Showing with 11 additions and 0 deletions
import turtle
i=turtle.Screen()
i.bgcolor("green")
pen=turtle.Pen()
pen.pencolor("red")
pen.penup()
pen.goto(-50,0)
pen.write("abcdeFGHIJKLMN",font=("Times",20,"normal"))
turtle.done()
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