python3 exception vs python2 excep example
Example: raise python
# Raise is used to cause an error
raise(Exception("Put whatever you want here!"))
raise(TypeError)
# Raise is used to cause an error
raise(Exception("Put whatever you want here!"))
raise(TypeError)