What's wrong with this code?
most_shares = max(shares)
shares.max()
It should be most_shares = max(shares).