mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
7 lines
326 B
Python
7 lines
326 B
Python
my_dict = {
|
|
"one": example_list[0],
|
|
"two": example_list[1],
|
|
"three": example_list[2:3],
|
|
"some really long element name that takes a lot of space": "four"
|
|
}
|