# The raise statement: force a specified exception to occur.raise NameError, 'HiThere'# The above could be written as raise NameError('HiThere')
Name (required)
email (will not be published) (required)
Website