Module 3 Quiz 3 Question 10 brain busting

After the code is presented, the subsequent instructions ends with: Assume all of the related files have been updated with the new information of London and Paris.

I assume that meant that arrival and departure dates for London and Paris have been changed to 4 days in the itinerary file. If that is the case, I would have thought no changes to the code would be required, since it uses the arrival/departure dates for the prompts rather than hardcoding “8” days.

Obviously, I am wrong because “no code change required” is not an available answer.

I would love a bit of help on where my assumption went wrong….

Thanks,

David

Hi @TonySapphire, you hit the point, the data does not have hardcoded numbers, so it must update automatically, but you already have other cities with correctly generated data travel, so you would be better off generating only the changed cities rather than the entire schedule, to save time and tokens.