Posts by Jonatas Cavalini • 1 point
1 post
-
-2
votes1
answer53
viewsQ: Find repeated values in a list and insert another value in its place with Python
I have a list that contains other lists with details of name, age and height of several people: pessoas = [['PAULO', 75, 1.74], ['ANDRE', 15, 1.87], ['PEDRO', 26, 1.46], ['JULIO', 75, 1.78],…