python 3 making function argument type def code example Example: python function argument type def pick(l: list, index: int) -> int: return l[index]