What is the output of the following code?
def hello():
print('hello there!')
print ('whatsup')
hello()


Posted on by