Look [here](https://docs.python.org/3/library/typing.html) for reference. We want to include type hints on: - declarations of local variables - function parameters - return types
Look here for reference.
We want to include type hints on: