Posts by Andre Luiz • 17 points
2 posts
-
-2
votes2
answers56
viewsQ: I can’t find the highest value in a flip-book dictionary
I need to find the highest dictionary value using a function running with the 'for' loop I was able to find the values of all the other sets, except the dictionary values. To generate the dictionary…
-
-1
votes2
answers52
viewsQ: I’m not finding the highest value in a list with random values
I need to find the highest value in a list of 50 random numbers. To generate these numbers, I used the functions sample and randint. So to generate the list I use: lista = [sample(range(0, 200),…