What type of value could is_valid return based on its name?

Most likely a boolean like True or False since it starts with isWe can't predict the return type based on a function's nameThat's not a valid function name, so we can't tell

Most likely a boolean like True or False since it starts with is.