Die Suche ergab 1 Treffer

von tutu10
Mittwoch 5. Juni 2019, 10:27
Forum: Allgemeine Fragen
Thema: maintaining list order
Antworten: 3
Zugriffe: 428

maintaining list order

Simple comparison thingy. I have two lists and I want to compare if a value is larger than a value in the other list. The result is correct, however the structure is broken, I want the structure of the result list the same as the elements list.

comparelist = [0, 3000, 6000]
elements = [[3], [4 ...