Function Python Tutorial

def helloSomeone(who):
  'returns a salutory string customized with the input'
  return "Hello " + str(who)