Search⌘ K
AI Features

Exercise: Project Deadline Calculator

Understand how to create a function that calculates project deadlines by parsing start dates and adding the project duration using Python's datetime and timedelta. This lesson helps you organize code with modules and handle date operations effectively.

Problem statement

Our project management dashboard needs a feature to automatically determine deadline dates. Given a project start date (as a string) and a ...