### 한 줄 """Do X and return a list.""" ### 여러줄 """Form a complex number. Keyword arguments: real -- the real part (default 0.0) imag -- the imaginary part (default 0.0) """
한 줄
"""Do X and return a list."""
여러줄
"""Form a complex number.
Keyword arguments:
real -- the real part (default 0.0)
imag -- the imaginary part (default 0.0)
"""