A simple Python project that adds a duration to a given start time in 12-hour format (AM/PM), with optional support for the day of the week. It handles time rollovers, day changes, and large hour additions.
python clean-code freecodecamp string-parsing freecodecamp-project conditional-logic algorithmic-thinking function-based time-calculation scientific-computing-with-python day-calculation time-arithmetic datetime-logic am-pm-conversion
-
Updated
Sep 10, 2025 - Python