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 how to improve on that even more!

In this project, we’ll learn how to place any number of blocks, with just one line of code!

Let’s get into it! Open up your mc.py code/file and add the following code. Remember the comments are optional, but very helpful!