list(filter(lambda a: a%3==0, [0, 1, 2, 3, 4, 5, 6]))이렇게 하면 0까지 딸려나오는데리스트에 0까지 넣은 상태로 3의 배수만 뽑는 방법 없음?
and a != 0?
ㄳㄳ
리스트 끝에 [1:] 붙이면 안되나