Either of the following techniques can be used to get rid of the spaces from a string: By using strip() method; By using replace() method; By using join() with ...
確定! 回上一頁