def myprint():
  print 'hello'
#  return 'world'
print myprint()
