mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +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}) |