Commit f14c2c00 by BellCodeEditor

save project

parent c4f1ace1
Showing with 8 additions and 9 deletions
pen1=turtle.pen() import turtle
pen1.left(45) sceen=turtle.Screen()
pen1.forward(100) screen.bgcolor("light blue")
pen1.circie pen=turtle.pen()
pen1.circie(50,180) pen.penup()
pen1.forward(100) pen.goto(-100,0)
pen1.hideturtie() pen.write
turtle.done pen.hideturtle()
\ 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