Computer Science, asked by sruthypotter4964, 11 months ago

What is PEP 8? (NCERT Class 11th)

Answers

Answered by gavenpais
1
PEP 8 is Python's style guide. It's a set of rules for how to format your Python code to maximize its readability. Writing code to a specification helps to make large code bases, with lots of writers, more uniform and predictable
Answered by brokendreams
1

Python Enhancement Proposal

Expalnation:

  • A style guide that is used in python is PEP 8.
  • This helps in improving the readability of the codes in python.
  • Python Enhancement Proposal is the expansion of PEP 8.
  • When codes are written according to some rules or specifications it will attain readability and uniformity among all the programmers.
  • This specification is provided by PEP 8 that acts as a design document.
  • This design document provides information regarding the specifications of all the features according to the technicality.

Learn more on:

https://brainly.in/question/8346494

What is the maximum possible length of an identifier in python?

https://brainly.in/question/12824554

While using Python IDLE, by how many spaces are the code suites indented?

Similar questions