Python Taskbook Level 6.1
Make a function that will return the current day of the week as a word.
Create a function that will receive a date as a parameter and return the day of the week as a word corresponding to this date.
Make a function that will take seconds as a parameter and return the number of days corresponding to these seconds.
Make a function that takes a number and a string as parameters and truncates the string to the length specified by the first parameter.
Make a function that will receive a date as a parameter and return the zodiac sign corresponding to this date.
Create a function that takes a number as a parameter and returns the sum of its divisors.