Commit dc8cd69e by BellCodeEditor

auto save

parent 0e6476de
Showing with 17 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
pen1=turtle.Pen()
pen1.up()
pen1.goto(100,-100)
pen1.write('Hi\nSB',font=("MV Boli",30,"normal"))
pen=turtle.Pen() pen=turtle.Pen()
pen.write('Hi\nSB',font=("MV Boli",30,"normal")) pen.pencolor("red")
pen.pensize(1)
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
turtle.done() 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