mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
2 lines
124 B
Python
2 lines
124 B
Python
"{2}".format(*(1, 2, *[3, 4]))
|
|
<warning descr="Too few arguments for format string">"{4}"</warning>.format(*(1, 2, *[3, 4])) |