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