0 votes
in Python by
What do you understand by the term PEP 8?

1 Answer

0 votes
by

PEP 8 is the Python latest coding convention and it is abbreviated as Python Enhancement Proposal. It is all about how to format your Python code for maximum readability.

...