6 lines
56 B
Text
6 lines
56 B
Text
|
|
str = """Hello,
|
||
|
|
world.
|
||
|
|
"""
|
||
|
|
|
||
|
|
print(str)
|