Как насчет этого решения:` s = First line and string. This should be another string in a new line a,b=s:match([^.]*).(.*) print(a) print(b)
確定! 回上一頁