Files

3 lines
77 B
Python

f = "fst"
s = "snd"
v = "first {fst}, second {snd}".format(**{s: 221, f: 10})