0 votes
in Python by
What Is Pep 8 in Python?

1 Answer

0 votes
by

PEP 8 is a coding convention, a set of recommendation, about how to write your Python code more readable.

...