Pybites Logo

Add type hints to a function

Level: Beginner (score: 2)

Continuing from where we left off in the "Write a sphinx docstring" Bite, use the docstring you wrote in last Bite to add type annotations to the sum_numbers function.

No need to implement the function. It's about adding type hints here. Have fun!