PEP 484Advanced Playground

Type hints specification: introduced function annotations for static typing

PEP 484 advanced featuresRun locally
Install
Visit https://peps.python.org/pep-0484/
Python CodeRun locally

PEP 484 offers advanced features for power users and complex workflows.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?