Step 1

Program Setup


In the last project, we learned how to place multiple blocks at once with our Python code. Now, we’re going to learn another different way to place multiple blocks.

In this project, the blocks will always appear underneath us, and will only stop when we tell them to!

Open up your mc.py code/file and add the following code. Remember the comments are optional, but very helpful!