Hi @elonmusk, can you write a function that takes a list of numbers as input and returns a new one with all the multiples of 3 and 5?
#Python#programming#ElonMusk
Can you write a Python function that takes a list of integers as input and returns a new list with all the prime numbers from the original list?
#Python#programmingchallenge