mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-27 00:41:51 +07:00
1 line
96 B
Python
1 line
96 B
Python
'{0.real}, {1.imag}, {2[0]}, {3}, {4.attr}'.format(-42, 42, [1] + [2], lambda: None, ~MyClass()) |