When called like x.startswith(y), it returns True if the string x starts with ... foo = ' \t hello world\n \n' >>> print(foo) hello world >>> foo.strip() ...
確定! 回上一頁