[Python] Multiple input

raw_in = input()
x=[int(i) for i in raw_in.split()]
print(x)

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *