mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
15 lines
363 B
Python
15 lines
363 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''' |