[code.view]

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

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     my_seq = [ 0, 1, 2 ]
     print my_seq[3]
     

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

contact | logmethods.com