mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 04:03:20 +07:00
4 lines
59 B
Python
4 lines
59 B
Python
|
|
string = "string"
|
|
some_string = "some {0}".format(string)
|