⚡Summary: Use given_string.split('sep', 1) to split the string at the first occurrence of a given delimiter. Another approach to solve the problem is to ...
確定! 回上一頁