Posts by João • 23 points
1 post
-
2
votes1
answer83
viewsQ: Remove Repeated Elements from a List[0] from the List Database[1]
I have a list structure inside the list (list=[[ ],[ ]]). Example: lista = [['pedro', 'marcos', 'mario', 'pedro', 'marcos', 'mario'],[5.2, 2.2, 6.1, 6.2, 1.1, 5.0]] I am trying to remove the…