Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second solution in Clear category for Best Stock by OrginalS
best_stock = lambda d: next(k for k, v in d.items() if v == max(d.values()))
Sept. 3, 2019
Comments: