Commit 8592845c by BellCodeEditor

save project

parent ee558b7e
Showing with 1 additions and 3 deletions
......@@ -2,6 +2,7 @@
import turtle
pen = turtle.Pen()
pen.shape("turtle")
pen.color("blue")
screen=turtle.Screen()
......@@ -15,9 +16,6 @@ pen.write(words,font=("Times",30,"italic"))
pen.up()
pen.pensize(10)
screen=turtle.Screen()
screen.bgcolor("light pink")
import random
radius = 10 + int(random.random()*40)
......
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