from __future__ import absolute_import, unicode_literals
def hello_task(who='world'):
print('Hello {0}'.format(who))