notebook.community
In [ ]: def hello(): print("Hello World!") hello()
def hello(): print("Hello World!") hello()