Just like with lists, we can get the size of a set like friends with the len() instruction.
friends
len()
Make sure to pick len followed by ( and then friends, ).
len
(
)