Summary
In this chapter, we learned the basic building blocks upon which all programs are built. Variables are essential to store and manipulate data, while control flow structures give us the ability to make decisions based on Boolean logic.
In the next chapter, we’ll extend both concepts. We’ll look at more complex variable types (arrays and dictionaries) and two new control flow types (for
and while
loops).