the argument to strip() specifies which characters to remove - and if you don't specify any characters then it removes trailing and leading spaces. >>> s = ' ...
確定! 回上一頁