Python 여러줄 문자열

1 개요[ | ]

Python 여러줄 문자열
Python
Copy
s = '''Hello, World!
Lorem ipsum
dolor sit amet'''
print(s)
Loading

2 같이 보기[ | ]