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
# Write a function called remove_odd that takes a list of numbers that have both even and odd numbers mixed.
# Your function should remove all the odd numbers and return a compact list which only contains the even numbers. [Cannot use remove() or removed() for this task]