If the numbers are provided in same line then you can use, [code ]arr = list(map(int, input().split()))[/code] If inputs are in different lines then, ...
確定! 回上一頁