Intro to Python Unit 3 Lesson 4 Challenge
The prompt says I need to update the variable "contacts_per_day" to 3 after 14 days have passed by adding a conditional within the loop variable that checks for the variable "day". I tried adding "if day > 14: / contacts_per_day = 3" and it doesn't work. What should I be doing here?

U moet u aanmelden om een opmerking te plaatsen.