[Python] Multiple inputPython / 2017 年 1 月 16 日 2021 年 12 月 17 日 raw_in = input() x=[int(i) for i in raw_in.split()] print(x)