Commit 96f2b2c6 by BellCodeEditor

save project

parent 44527187
Showing with 13 additions and 7 deletions
import turtle
len=60
pen=turtle.Pen()
pen1=turtle.Pen()
pen.write("Fake You!!!!!!!!!!!!!!!!!",font=("Times",30,"normal"))
pen.left(45)
pen.foward(100)
pen,circle(50,180)
pen.right(90)
pen,circle(50,180)
foward(100)
screen=turtle.Screen()
screen.bgcolor("light blue")
pen1.left(45)
pen1.forward(len*2)
pen1.circle(len,180)
pen1.right(90)
pen1.circle(len,180)
pen1.forward(len*2)
lovesise=int(len)
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