Slide 28
Slide 28 text
New
New dict
dict implementation
implementation
data = {'one': 'один', 'two': 'два', 'three': 'три'}
# Before
entries = [['--', '--', '--'],
[-8522787127447073495, 'two', 'два'],
['--', '--', '--'],
['--', '--', '--'],
['--', '--', '--'],
[-9092791511155847987, 'one', 'один'],
['--', '--', '--'],
[-6480567542315338377, 'three', 'три']]