from __future__ import annotations def hello_task(who='world'): print(f'Hello {who}')