[code.view]

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

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     while True:
         data = raw_input('prompt:')
         print 'READ:', data
     

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

contact | logmethods.com