Python Taskbook Level 6.10
Make a function that will take a letter as a parameter and check whether it is a Cyrillic or Latin letter.
Make a function that takes a list as a parameter and shuffles the elements of this list in random order.
A text with words is given. Write down all the words of this text in a special dictionary. The keys in this dictionary will be letters, and the values will be lists of words that begin with these letters.
Create a function that takes a number as a parameter and returns a list of its divisors that are prime numbers.
Create a function that takes a word as a parameter and returns a list of its syllables.