What is pep 8? What is memory management?
Sigiloso
PEP 8, sometimes spelled PEP8 or PEP-8, is a document that provides guidelines and best practices on how to write Python code. It was written in 2001 by Guido van Rossum, Barry Warsaw, and Nick Coghlan. Memory management in Python involves a private heap containing all Python objects and data structures