# Introduction In this lab, you are tasked with writing two functions: `max_product_of_three()` and `min_product_of_three()`, that accept a list of numbers and calculate the maximum and minimum product of any three numbers in the list, respectively.
Click the virtual machine below to start practicing