DEV Community

Discussion on: Dead Simple Python: Working with Files

Collapse
 
kientphan profile image
KienTPhan

In the bulletpoint "You must remember to close any file you open. You can do so manually with open(), or...", I think you mean close() right?