styled component Code Example Given a list of file paths, print them out in a hierarchal way. Given a list of numbers, write a list comprehension that produces a list of only the positive numbers in that list. Eg:- input = [-2, -1, 0, 1, 2] Output = [1,2] Given a month - an integer from 1 to 12, print the number of days in it in the year 2017.