You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# filter function-The filter function is used to filter out the elements of an iterable (sequence) depending on a function that texts each element in the sequence to be true or not.