Rust Taskbook Level 7.4
Create a function that takes a number as a parameter and returns the number of its divisors.
Make a function that takes a date as a parameter and returns the zodiac sign corresponding to that date.
Make a function that takes a number as a parameter and removes even digits from it.
Create a function that will fill an array of N
random numbers from a given range.