mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
17 lines
365 B
Python
17 lines
365 B
Python
x = '''Multiline starts;
|
|
next line with indent;
|
|
next line with indent;
|
|
multiline ends'''
|
|
|
|
x = '''Multiline starts;
|
|
first
|
|
second
|
|
third
|
|
fourth
|
|
fifth
|
|
multiline ends'''
|
|
|
|
x = '''Multiline starts;
|
|
#line
|
|
#line
|
|
multiline ends''' |