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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to