summaryrefslogtreecommitdiff
path: root/common/templates/python/src/hello_world/__init__.py
blob: 402c97627316723ec6836fae768f70df090b3cb9 (plain)
1
2
3
def hello_world(action: str):
    result = [*hello_world.__name__.split("_")]
    eval(action)(" ".join(result).title() + "!\n")