Functions and data structures#

In the previous chapters we have explored a number of tools that allow us to use our mathematical knowledge more efficiently. In this chapter as we continue to gain the knowledge necessary to build these tools we will cover the following topics:

Important

In this chapter we will cover:

  • Defining and using functions

  • Defining and using two new data structures:

    • Sets;

    • Dictionaries.