python function define variable type code example Example: type declaration python def greeting(name: str) -> str: return 'Hello ' + name