How to get data types for each element in a list of lists using iteration and nested for-loops in Python? Complete newbie to Python here
There is a list comprised of three separate lists containing different data types. I want to retrieve the data type for each item in each list using iteration and nested for-loops. Completely new to Python and unsure of where to begin. Any help would be appreciated