[Tutor] Opening text file

Jon Cosby jcosby@wolfenet.com
Sat, 4 Nov 2000 08:47:55 -0800


This is strange. I have a text file named "count.dat" that consists of one
line, an integer. Each time I open it in Python, several new blank lines are
added, ending with a "Tf". It happens when I open and close the file in the
interpreter, nothing else. Can somebody tell me what's going on here?

Jon Cosby