The startswith() method checks if the string begins with the specified prefix.
The endswith() method checks if the string ends with the specified suffix.
prefix: The prefix to check.
start (optional): The position in the string to start checking from.
end (optional): The position in the string to stop checking.