Commit 5e1b0385 by BellCodeEditor

save project

parent 24c94ac4
Showing with 5 additions and 1 deletions
import turtle import turtle
pen1=turtle.Pen() pen=turtle.Pen()
import turtle
pen1=turtle.Pen()
pen1.left(90)
pen1.circle(50,180)
pen.pensize(5) pen.pensize(5)
pen1.pencolor() pen1.pencolor()
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