Data Science Question

List1 = [1, 2, 3, 4] List2 = [5, 6, 7, 8] print(len(list1 + list2)). What is the output?

Lists are ordered sequences, typically of the same type of object. I can find this answer with the help of AnalytixLabs.