Sobes.tech
Intern — Middle

Creating a dictionary with numbers and Russian letters

livecode

Task condition

It is necessary to create a dictionary where the keys are integers from 1 to 33, and the corresponding values are the letters of the Russian alphabet.

Example output: {1: 'а', 2: 'б', 3: 'в', ..., 33: 'я'}

Creating a dictionary with numbers and Russian… - sobes.tech