6 lines
39 B
Python
6 lines
39 B
Python
|
def hi():
|
||
|
pass
|
||
|
|
||
|
def bye():
|
||
|
hi(
|