# Introduction In this lab, you need to write a function called `flatten_list()` that takes a list of lists as input and returns a single flattened list containing all the elements from the sublists.
Click the virtual machine below to start practicing