python_scripting_cms
python_scripting_cms copied to clipboard
Use context-manager to open and read file
- Use context-manager to open and read file.
- Add
break
for breaking out of the loop while reading a file to no wasting computer resources.