1 2 3 4 5 6
#!/usr/bin/env python # coding=utf-8 """ Example demonstrating what happens when a Python script raises an exception """ 1 + 'blue'