Suggestions to improve a code

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Fri Sep 9 05:16:18 EDT 2016


On Wednesday, September 7, 2016 at 2:55:37 AM UTC+12, GP wrote:
>   MaxLengthOfItem_Index =f_LMax(shelves2,MaxLengthOfItem)

MaxLengthOfItem_Index = max(range(len(shelves2)), key = lambda i : shelves2[i]["Length"])



More information about the Python-list mailing list