Commit 13c2ff58 by BellCodeEditor

save project

parent dcf0d3e4
Showing with 29 additions and 5 deletions
import turtle import turtle
Pen=turtle.Pen() screen=turtle.Screen()
Pen.write("HigHijkfdcjk\nfgnHiHHighfgHi",font=("Times",50,"normal")) screen.bgcolor("light blue")
Pen.hideturtle() pen=turtle.Pen()
turtle.done() pen.penup()
\ No newline at end of file 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