Now that the basic UI for his time machine is set up, Alexander wants to add a few additional features to it, to improve its usability. He has considered that a user might enter the wrong day, month, or year. He wants to add functionality wherein the user can edit the particular day/month/year and set it a new value.
Help him add this functionality using datetime.replace()
.
The value to be changed is given in updated_year
.