Create a function called **collect todos**
a. Accept the number_of_todos as a parameter
b. Ask the user to enter a todo
c. Store the user entered a todo in a list
d. Repeat steps **b** and **c** until the list size is equal to **number_of_todos**
e. Once the number_of_todos is equal display the list of todo's as output by returning the list to todos