一行輸入一個整數 a = int(input()) #一行輸入多個字串,以空格隔開 a = input().split() #一行輸入兩個整數,用空格分開,讀入後用兩變數儲存 a, b = input().split() ...
確定! 回上一頁