Write a function that takes two variables birth_year and current_year as input and returns the absolute difference between them. Annotate both variables and return statement with the type int. Print out your annotations by calling the right function attribute!
You do not need to handle input or call the function, just implement it.