We can use replace() to remove all the whitespaces from the string. This function will remove whitespaces between words too. >>> s.replace(" ", "") ...
確定! 回上一頁