First solution in Clear category for Best Stock by erewhon
def best_stock(data): return(max(data,key=data.get))
Oct. 9, 2019