# Homework 15, problem 3: Years to retirement. # # Ask the user their current age. Compute 65 - age. Print: # You have years until retirement. # # Run with: python exercises/15/homework/03-retirement.py # Your code goes here: