Commit 13c2ff58 by BellCodeEditor

save project

parent dcf0d3e4
Showing with 28 additions and 3 deletions
import turtle
Pen=turtle.Pen()
Pen.write("HigHijkfdcjk\nfgnHiHHighfgHi",font=("Times",50,"normal"))
Pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(0,-200)
pen.write("HigHijkfdcjk\nfgnHiH\nHighfgHi",font=("Times",50,"normal"))
a=turtle.Pen()
a.pencolor("red")
a.pensize(5)
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.hideturtle()
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