to get integer list integer_list = list(map(int, input().split())) #to get char or str list, just replace int with str str_list ...
確定! 回上一頁