Python Taskbook Level 6.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.
Create a function that takes a number as a parameter and returns a list of its divisors.
Make a function that takes a number as a parameter and checks whether it is prime or not.
Make a function that takes a number as a parameter and removes even digits from it.
Make a function that will fill a list of N
random numbers from a given range.