mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
2 lines
140 B
Python
2 lines
140 B
Python
"{b}".format(**{"a": 1, **dict(b=2)})
|
|
<warning descr="Key 'c' has no corresponding argument">"{c}"</warning>.format(**{"a": 1, **dict(b=2)}) |