Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 409 Bytes

do_now_23.md

File metadata and controls

9 lines (5 loc) · 409 Bytes

Do Now 2.3 Stairs

  1. Use the following "Repeat" block to draw a square (note: you will have to put a number in place of the blank!).

Repeat

  1. How would you use an additional "Repeat" block to draw 12 squares in a line one next to each other. The each square will be to the right of the last square drawn.

  2. How would you modify the code so the squares form a set of stairs going up?