Here they are: Create a sheet of any 6 numbers. Sort it in ascending order Create a dictionary of 5 pairs: int -> str, for example {6: '6'}, output it to the console in pairs Create a tuple of 10 any fractional numbers, find the maximum and minimum values in it Create a sheet of 3 words: ['Earth', 'Russia', 'Moscow'], combine all the words into a single line to get: 'Earth -> Russia -> Moscow' Take the string '/bin:/usr/bin:/usr/local/bin...