Commit 3b6202f4 by BellCodeEditor

save project

parent be4bfabe
Showing with 14 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen()
pen.write("adwadsad\nashafhuia",font=("Times",20,"normal"))
pen.hideturtle()
P=turtle.Pen()
P.pencolor("red")
P.pensize(10)
P.left(45)
P.forward(100)
P.circle(50,180)
P.right(90)
P.circle(50,180)
P.forward(100)
turtle.done()
\ No newline at end of file
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