3 lines
50 B
Python
3 lines
50 B
Python
def get_output():
|
|
return "Hello from module!"
|
def get_output():
|
|
return "Hello from module!"
|