mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 16:00:05 +08:00
7 lines
43 B
Python
7 lines
43 B
Python
|
|
||
|
d = {1:4,
|
||
|
2:3,
|
||
|
4:5}
|
||
|
|
||
|
d2 = {1:3,
|