File handling problem.

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Sat May 2 09:24:47 EDT 2009


On Sat, 02 May 2009 01:26:14 -0700, subhakolkata1234 wrote:

> Dear Group,
> 
> I am using Python2.6 and has created a file where I like to write some
> statistical values I am generating. The statistical values are
> generating in a nice way, but as I am going to write it, it is not
> taking it, the file is opening or closing properly but the values are
> not getting stored. It is picking up arbitrary values from the generated
> set of values and storing it. Is there any solution for it?

Yes. Find the bug in your program and fix it.

If you'd like some help finding the bug, you'll need to give us a little 
bit more information. This website might help you:

http://www.catb.org/~esr/faqs/smart-questions.html



-- 
Steven



More information about the Python-list mailing list