How can we raise an exception where we define the error message?
raise Exception followed by a string containing the message in parenthesesprint() statementexcept keywordraise Exception followed by a string containing the message in parentheses.