The startswith() method returns True if a string starts with the specified prefix(string). If not, it returns False . Example. message = 'Python is fun'. # ...
確定! 回上一頁