What's wrong with this code?

It should be most_shares = max(shares)We can't save the greatest value in a variableThere's nothing wrong with the codeIt should be shares.max()

It should be most_shares = max(shares).