Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Challenge: Automated Email Digest | Automation for Digital Agencies
Practice
Projects
Quizzes & Challenges
Quizzen
Challenges
/
Python for Digital Agencies
Sectie 1. Hoofdstuk 3
single

single

bookChallenge: Automated Email Digest

Veeg om het menu te tonen

Regular, clear communication with clients is crucial for digital agencies. Keeping clients informed about their campaigns builds trust and demonstrates ongoing value. However, preparing weekly updates manually can take up significant time, especially as the number of clients and campaigns grows. Automating the creation of weekly email digests allows you to deliver consistent, professional summaries of campaign activity with minimal effort, freeing up your team for higher-value work.

Taak

Swipe to start coding

Write a script that takes a list of campaign highlight dictionaries and prints a formatted weekly digest suitable for emailing to clients. The digest should include the campaign title, summary, and date for each entry.

  • Loop through each dictionary in the campaign_highlights list.
  • For each campaign, extract the values for title, summary, and date.
  • Format each campaign's information so that the title, date, and summary appear clearly in the output.
  • Combine all campaigns into a single digest, adding a heading at the top.
  • Print the formatted digest.

Oplossing

Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 3
single

single

Vraag AI

expand

Vraag AI

ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

some-alt