+ 1
PEP8
What is The work Of PEP8??
3 Respostas
0
Would u please tell me how to win a challenge in the solo learn
+ 2
When we write high quality software we need to follow a programming style or code style.
It is a set of rules or guidelines which help others to read your code and understand and improves testability and maintainability of your code.
PEP8 is The Style Guide for Python Code. It tells you how you should layout your code, when/how to comment, the naming convention and much more. For more information do visit - https://www.python.org/dev/peps/pep-0008/
+ 1
Practice! Keep on taking these quizzes, meanwhile apply the concepts practically and build something. Once your concepts are good, it's just a matter of time. The challenges are not very tough tbh