Concatenating Smaller Lists to Form Target

# Introduction In this lab, you need to write a function named `can_form_target()` that takes in a list of smaller lists and a target list, and checks if the target list can be formed by concatenating the smaller lists.

|60 : 00

Click the virtual machine below to start practicing