for-comprehension

Can a nested loop be compressed into a single line comprehension?

Can a nested loop be compressed into a single line comprehension? Question: I have a dictionary containing arrays of integers inside, I would like to be able to traverse all the arrays inside to get the maximum stored value. I have achieved all this with a double nested for loop as shown in the following …

Total answers: 3