Is there a better (more 'Pythonic') way to do the following?
for f_name in f_names:
with open(f_name, 'r') as f:
for line in f:
As always, thank you, tutors, for all you are doing.
AlexK
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
