PEP 484 — Easy Playground
Type hints specification: introduced function annotations for static typing
What is PEP 484?Run locally
Install
Visit https://peps.python.org/pep-0484/Python CodeRun locally
PEP 484 is part of the Python ecosystem. Type hints specification: introduced function annotations for static typing.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?