Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: next() solution in Creative category for Best Stock by przemyslaw.daniel
best_stock = lambda d: next(x for x in d if d[x] == max(d.values()))
Dec. 20, 2017
Comments: