mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
5 lines
45 B
Python
5 lines
45 B
Python
a = """A
|
|
B
|
|
C"""
|
|
for line in a:
|
|
print line |