輸入多個字串 str 到多個變數內 a,b = input().split(). 輸入多個數字到多個變數內 a,b = map(int,input().split()). 輸入多個數進入 list
確定! 回上一頁