PEP 484Intermediate Playground

Type hints specification: introduced function annotations for static typing

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

Following best practices with PEP 484 ensures a productive development workflow.

Challenge

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