In this problem you should implemet a series of functions using comprehension lists.
Scoring
Each function scores 20 points.
Input
myMap (*2) [1..5] myFilter odd [1..5] myZipWith (*) [1..4] [1..4] thingify [1..6] [1..3] factors 24
Output
[2,4,6,8,10] [1,3,5] [1,4,9,16] [(1,1),(2,1),(2,2),(3,1),(3,3),(4,1),(4,2),(5,1),(6,1),(6,2),(6,3)] [1,2,3,4,6,8,12,24]