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