To check if user is in friends_a, we'll start by using .count(user).
user
friends_a
.count(user)
Make sure to pick friends_a followed by .count and then (, user, ).
.count
(
)