In this list assignment, is there a function to concatenate these three lists vertically without manually creating a new 2D list?

[https://www.codecademy.com/paths/analyze-data-with-python/tracks/ida-2-introduction-to-python/modules/ida-2-3-python-lists/lessons/create-python-list/exercises/review](https://In this list assignment), is there a function to concatenate these three lists vertically without manually creating a new 2D list?

Question 4, customer data. I expect to jointly connect the previously made lists without typing each element again to make a new list.

Automation would require iteration of some sort to append each list to the parent list, which would indicate, no, not if all the lists are standalone.

1 Like