Hi...This is my first post....I am a newbie to python programming and I have started a program that uses file handling....My problem is that despite the fact that other programming languages (pascal lets say) has an EOF command python doesnt...

My code is something like that:
[CODE=python]
for i in range (99): # this is just an example
fin.open("text" , "r+")...