InterviewSolution
Saved Bookmarks
| 1. |
What is PEP 8? |
|
Answer» 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. |
|