What is PEP 8?
PEP in Python stands for Python Enhancement Proposal. The PEP 8 is basically Python’s style guide. It helps in writing code to specific rules making it helpful for large codebases having multiple writers by bringing a uniform and predictive writing style.
BY Best Interview Question ON 31 May 2020