Tell me what is pep 8?
Answer / Satendra Pal Singh
"PEP (Python Enhancement Proposal) 8 is a style guide for Python code. It provides recommendations on how to write readable and consistent code. PEP 8 covers topics such as indentation, naming conventions, documentation strings, and more."
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you count to zero?
How can the ternary operators be used in python?
How to remove spaces from a string in Python?
What is metaprogramming in Python?
What is a docstring in python?
How do we make python scripts executable?
How to print without newline or space?
How will you capitalize the first letter of string?
How can I find methods or attributes of an object in Python?
What is deep copy in python?
How to get indices of n maximum values in a numpy array?
What is the difference between Xrange and range?