2 lines
60 B
Python
2 lines
60 B
Python
def say_hello():
|
|
print("Hello from imported function!")
|
def say_hello():
|
|
print("Hello from imported function!")
|