2.10.5 Sidewalk Codehs Answers //top\\ -

To complete the challenge, position Tracy at the bottom-left corner (-200, -200) and loop the sidewalk function four times.

A: Yes, but it is riskier. Example:

# cracks spacing = width / num_cracks for i in range(1, num_cracks + 1): penup() goto(start_x + i * spacing, top_y) pendown() goto(start_x + i * spacing, bottom_y) 2.10.5 sidewalk codehs answers