Quiz

Python Quiz for PEP8 – 01

Python Quiz for PEP8: Test your knowledge with this engaging Python Quiz and put your skills to the test. Challenge yourself with questions on Python PEP8!

0%
0

Python PEP8 – 01

Level: Intermediate

1 / 10

1. What is the PEP 8 recommendation for whitespace in expressions and statements?

2 / 10

2. How does PEP 8 recommend to limit all lines to a maximum of 79 characters for code, and 72 for comments and docstrings?

3 / 10

3. Which of the following is the PEP 8 recommendation for function names?

4 / 10

4. According to PEP 8, what is the recommended ordering for method definitions inside a class?

5 / 10

5. What is the recommendation for the use of underscores in variable names?

6 / 10

6. What does PEP 8 recommend about import statements?

7 / 10

7. What is the recommended maximum line length according to PEP 8?

8 / 10

8. What is the PEP 8 recommendation for the naming convention of constants?

9 / 10

9. How does PEP 8 recommend breaking up a long if statement?

10 / 10

10. What does PEP 8 recommend for indentation?

Your score is

0%