To see if the teams have different sizes, code an if statement that checks if size_1 is not equal to size_2.

Make sure to pick if, followed by size_1 != size_2, and finally :.