Find All Factors of a Number

# Introduction In this lab, you will write a program to find all the factors of a given number by defining a function `find_all_factors()` that returns a list of numbers that are factors of the input number, or an empty list if the input number is less than `1`.

|60 : 00

Click the virtual machine below to start practicing