I'LL GIVE BRAINLIEST!
Develop a function that Accepts 4 parameters: name, pensize, color and length Draw a turtle octagon based on the color, pensize and length parameter Use this function to draw 1 orange octagon with length= 50 and pensize= 5 Use this function to draw another octagon with color=blue, length = 100 and pensize=10

Respuesta :

Answer:

We are to write a function with the name drawTick()

It has two parameters: a turtle t and an integer tickLen which is the length of the tick

The function then is

drawTick(perpendicular(t), 0.01) indicating that the tick is perpendicular to the turtle and has a length of 0.01 m.

Explanation:

Answer:

Move and draw

forward() | fd()

backward() | bk() | back()

right() | rt()

left() | lt()

goto() | setpos() | setposition()

setx()

sety()

setheading() | seth()

home()

circle()

dot()

stamp()

clearstamp()

clearstamps()

undo()

speed()

Explanation:

RELAXING NOICE
Relax