Hi,
I am a beginner with python and here is my first question:
How can I read the contents of a file using a loop or something? I open
the file with file=open(filen ame, 'r') and what to do then? Can I use
something like
for xxx in file:
....
Thanks for help
Alex
I am a beginner with python and here is my first question:
How can I read the contents of a file using a loop or something? I open
the file with file=open(filen ame, 'r') and what to do then? Can I use
something like
for xxx in file:
....
Thanks for help
Alex
Comment