is a parameter a data type in python code example Example: python function argument type def pick(l: list, index: int) -> int: return l[index]