2 lines
53 B
Python
2 lines
53 B
Python
def say_hello():
|
|
print("Hello from say_hello()")
|
def say_hello():
|
|
print("Hello from say_hello()")
|