specify the type of argument in a method python code example Example: python function argument type def pick(l: list, index: int) -> int: return l[index]