Python Protocols: Leveraging Structural Subtyping Quiz – Real Python

Interactive Quiz ⋅ 11 Questions
By Leodanis Pozo Ramos

Test your understanding of how to create and use Python protocols while providing type hints for your functions, variables, classes, and methods.

Take this quiz after reading our Python Protocols: Leveraging Structural Subtyping tutorial.

The quiz contains 11 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!

Related Resources

Python Protocols: Leveraging Structural Subtyping

Python Protocols: Leveraging Structural Subtyping