How to find the minimum(s) in a list and give it(them) the second biggest element's value?
Suppose you have two list like the lists below that are sorted in ascending order: List1=[1, 2, 5, 7, 8, 13, 16, 17, 20, 21] List2=[3, 3, 3, 5, 6, 8, 10, 12, 13, 16] I want python to 1- find the...
18 April 2022
7,382
4
View