Replace Multiple White Spaces with Single Space in Python String · split() the string with default separator · then use join() with a single space.
確定! 回上一頁