Flattening a 1D List

# 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.

|60 : 00

Click the virtual machine below to start practicing