In Python
num_age and years are read from input. calculate_future_age() has two parameters my_age and future_years, and outputs the
sum of my_age and future_years. Call calculate_future_age() to output the sum of num_age and years without modifying
num_age.