Time Calculator

This project is part of Scientific Computing with Python Projects by Free Code Camp

I write this function named add_time that takes in two required parameters and one optional parameter::

  • a start time in the 12-hour clock format (ending in AM or PM)
  • a duration time that indicates the number of hours and minutes
  • (optional) a starting day of the week, case insensitive

Examples:

drawing

For your convinience i let a example in de source code. Feel free to clone and use!