Module 13: Decorators Quiz

Test your Python knowledge with this interactive 1-question quiz on Module 13: Decorators. Passing score: 70%. Get instant feedback and earn XP.

Questions

Question 1: Which syntax symbol is used to apply a decorator to a Python function?

  • #
  • @
  • $
  • &

Back to curriculum →