[code.view]

[top] / python / PyMOTW / exceptions / exceptions_KeyError.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     d = { 'a':1, 'b':2 }
     print d['c']

[top] / python / PyMOTW / exceptions / exceptions_KeyError.py

contact | logmethods.com