Write a function that returns a list of all the factors (divisors) of a given integer number.
Factors definition
List
List Comprehension
Python operators
If statements & Conditionals
Functions