For the size of the first team, create the variable size_1 that stores the length of team_1.
size_1
team_1
Make sure to pick size_1 followed by = and then len, (, team_1, ).
=
len
(
)