Outline: For splitting any string, Python provides us with a predefined function known as split() . Use given_string.split(',') to split the string by comma ...
確定! 回上一頁