mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
3 lines
85 B
Python
3 lines
85 B
Python
f = "fst"
|
|
s1 = "snd"
|
|
print("first is %(<caret>)s, second is %(snd)s" % {f: 1, s1: 2}) |