7 lines
41 B
Python
7 lines
41 B
Python
"""
|
|
Doc string
|
|
"""
|
|
|
|
def func():
|
|
pass
|
"""
|
|
Doc string
|
|
"""
|
|
|
|
def func():
|
|
pass
|