728x90
def solution(n, numlist):
    return ([i for i in numlist if i % n ==0])
728x90

+ Recent posts