how to choose type of argument in python code example Example: python function argument type def pick(l: list, index: int) -> int: return l[index]