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