Website.email_exists# Website.email_exists(email)# Checks if the email is exists in the database. Parameters: email (str) – Returns: True if the email exists, otherwise False. Return type: bool