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:
