Use max() to find the largest value in the list and assign it to largest.
max()
largest
Make sure to pick = followed by max and then (, sizes, ).
=
max
(
sizes
)