Simple String Manipulation in Python¶ ; In [5]:. fox.lower(). Out[5]:. 'the quick brown fox.' ; In [9]:. line = ' this is the content ' line.strip(). Out[9]:. ' ...
確定! 回上一頁