mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
2 lines
82 B
Python
2 lines
82 B
Python
d = {'three': 3, 'one': 1, 'two': 2}
|
|
print("Other string %(<caret>)d" % dict(**d)) |