def hello(): print (\'hi world\') print (\'hi\') print (\'hi again\')
hello() hello()
i have executed above code in python shell and getting