mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
3 lines
77 B
Python
3 lines
77 B
Python
f = "fst"
|
|
s = "snd"
|
|
v = "first {fst}, second {snd}".format(**{s: 221, f: 10}) |