Challenge: Calculate Project Deadlines
Swipe to start coding
In project management, you often need to calculate how long a project will take and when key milestones will occur. This task will help you practice date arithmetic by working with project start and end dates, as well as scheduling milestones.
- Calculate the number of days between
start_dateandend_date. - For each value in
milestone_days, add that many days tostart_dateto schedule milestone dates. - Assign the number of days between the project dates to
days_between. - Assign the milestone dates to
milestone_schedule.
Solution
Merci pour vos commentaires !
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Can you explain this in simpler terms?
What are the main benefits or drawbacks?
Can you give me a real-world example?
Génial!
Completion taux amélioré à 5
Challenge: Calculate Project Deadlines
Glissez pour afficher le menu
Swipe to start coding
In project management, you often need to calculate how long a project will take and when key milestones will occur. This task will help you practice date arithmetic by working with project start and end dates, as well as scheduling milestones.
- Calculate the number of days between
start_dateandend_date. - For each value in
milestone_days, add that many days tostart_dateto schedule milestone dates. - Assign the number of days between the project dates to
days_between. - Assign the milestone dates to
milestone_schedule.
Solution
Merci pour vos commentaires !
single