Use < to write a condition that checks if the length of team is less than 4.
<
team
4
Make sure to type len(team) < 4.
len(team) < 4