The string.startswith() method in Python returns a boolean value 'True' if the given string starts with the prefix, otherwise it returns False.
確定! 回上一頁