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