Remove Special Numbers from List

# Introduction In this programming challenge, we are tasked with removing specific numbers from a given list using list comprehension. Specifically, we need to remove numbers that are divisible by both 5 and 7 from the list [12,24,35,70,88,120,155].

|60 : 00

Click the virtual machine below to start practicing