storing in list and retrieving.
Smiley 4321
ssmile03 at gmail.com
Thu Feb 23 01:24:42 EST 2012
More information about the Python-list mailing list
Thu Feb 23 01:24:42 EST 2012
- Previous message (by thread): ONLINE FORM FILLING AND DATA ENTRY SERVICES
- Next message (by thread): storing in list and retrieving.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I need to write two file using python script as below - 1. Store.py: Write a script to store a list say "store_list = ["Apple", "Orange", "PineApple". “and so on” ]" to disk. 2. Retrieve.py: Read the object stored in the ‘Store.py’ file and print the contents of this list. I have to run on Linux with python-2.6.5. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20120223/433f266a/attachment.html>
- Previous message (by thread): ONLINE FORM FILLING AND DATA ENTRY SERVICES
- Next message (by thread): storing in list and retrieving.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list