Python Taskbook Level 6.9
Make a function that will return how many days are left until the nearest 29 February.
Create a function that will return the date of the next Maslenitsa, which is celebrated on the last Sunday of winter.
Make a function that will return a random color.
Create a function that takes a list of numbers as a parameter and returns a list of common divisors of all numbers from the passed list.
Create a function that takes a two-dimensional list of numbers as a parameter and returns a list of the maximum numbers in each sublist.