function return types pytohn code example Example: specify return type python function def greeting(name: str) -> str: return 'Hello, {}'.format(name)