MolSSI-Education / python_scripting_cms

Python Data and Scripting course for computational chemists
https://molssi-education.github.io/python_scripting_cms
Other
83 stars 33 forks source link

Use context-manager for open and read file #60

Open khoivan88 opened 4 years ago

khoivan88 commented 4 years ago

Hi,

I would like to suggest the use of context-manager (with statement) for the open, read and write file, specifically for this 03-multiple_files.md

Khoi Van