The way to remove trailing spaces from the end of the string is to use str.rstrip . This method expects a list of chars and trims the string ...
確定! 回上一頁