Splitting a string into integers creates a new list of the integers in the string. For example, splitting "1 2 3" into integers results in [1, 2, 3] . Use str.
確定! 回上一頁