I have two lists of different sizes. The first is a list of lists.
Where I need to compare the type of elements in that first list list with another list that contains data type (str, int, float, ..).
Example:
lista1 = [['a', 'bb', 1.5, 3,...
asked by
08.05.2017 / 19:42