Summary
In this chapter, we looked at two new container types, arrays and dictionaries, and two types of loops, for
and while
loops. We also learned about useful functions in the string data type and got acquainted with the null
value.
In the next chapter, we’ll learn all about classes, which are custom data types that we can define ourselves.