George wrote the addition function and wants to write documentation for it. After reading about function annotations, he decided to annotate his function instead of writing docstrings. Help George by adding the following annotations : 'first number', 'second number' and 'result of adding a to b' .
You do not need to handle input or call the function, just implement it.