Python Examples
Run
def myFunction(): print('hello') print('hello world') def myOtherFunction(): print(1) print(2)
Output