mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
11 lines
87 B
Python
11 lines
87 B
Python
d1 = {
|
|
'a': 1,
|
|
'b': 2}
|
|
|
|
d2 = {'a': 1, 'b': 2}
|
|
|
|
d3 = {
|
|
'a': 1,
|
|
'b': 2
|
|
}
|