nerdexam
Python_Institute

PCPP-32-101 · Question #66

A junior developer asks for guidance on documenting code using type hints. Which standard should you recommend?

The correct answer is D. PEP 484. You've hit your limit · resets 5am (America/New_York)

PEP and Best Practices

Question

A junior developer asks for guidance on documenting code using type hints. Which standard should you recommend?

Options

  • APEP 8
  • BPEP 20
  • CPEP 257
  • DPEP 484

How the community answered

(65 responses)
  • A
    2% (1)
  • B
    8% (5)
  • C
    3% (2)
  • D
    88% (57)

Explanation

You've hit your limit · resets 5am (America/New_York)

Topics

#PEP 484#type hints#type annotations#documentation

Community Discussion

No community discussion yet for this question.

Full PCPP-32-101 Practice