Python Star
Python Star
import time
fw = fw + 20
star.hideturtle() #hides turtle(or any other shape)
star.up() #pull up pen (no drawing unless after using pen.down)
star.clear() #clear all turtle drawing
time.sleep(2) #delay time (in seconds)
star.pendown() #puts down pen