Tell me what is pep 8?



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

Post New Answer

More Python Interview Questions

Can you count to zero?

1 Answers  


How can the ternary operators be used in python?

1 Answers  


How to remove spaces from a string in Python?

2 Answers  


What is metaprogramming in Python?

1 Answers  


What is a docstring in python?

1 Answers  


How do we make python scripts executable?

1 Answers  


How to print without newline or space?

1 Answers  


How will you capitalize the first letter of string?

4 Answers  


How can I find methods or attributes of an object in Python?

1 Answers  


What is deep copy in python?

1 Answers  


How to get indices of n maximum values in a numpy array?

1 Answers  


What is the difference between Xrange and range?

1 Answers  


Categories