mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 18:25:37 +07:00
7 lines
152 B
Python
7 lines
152 B
Python
if True:
|
|
if True:
|
|
a = ('\'Hello\' - said man.\n'
|
|
'\n'
|
|
' Let\'s go.\n'
|
|
' And they went out.'
|
|
) |