# 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.
Click the virtual machine below to start practicing