string.startswith(substring, start_pos, end_pos) # Returns True if string starts with substring. Returns False otherwise