7 lines
62 B
Python
7 lines
62 B
Python
def f(): ...
|
|
|
|
def g(): ...
|
|
# output
|
|
def f(): ...
|
|
def g(): ...
|