mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 10:14:50 +07:00
1 line
77 B
Python
1 line
77 B
Python
v = "first is {<ref>fst}, second is {snd}".format(**{"fst": "f", "snd": "s"}) |