Login and get codingWrite a function called
friends_teams
that takes a list of friends, ateam_size
(typeint
, default=2) andorder_does_matter
(typebool
, defaultFalse
).Return all possible teams. Hint: if order matters (
order_does_matter=True
), the number of teams would be greater.See the tests for more details. Enjoy :)
654 out of 684 users completed this Bite.
Will you be Pythonista #655 to crack this Bite?
Resolution time: ~32 min. (avg. submissions of 5-240 min.)
Pythonistas rate this Bite 3.55 on a 1-10 difficulty scale.
» You can do it! 😌