Skip to main content
🔒 Preview mode. The first 15 Foundations lessons are free; this one is Pro. Start a 7-day trial to unlock the editor, AI hints and the rest of the curriculum. Card required, cancel any time in Dashboard.Start 7-day trial →
← CoursesPython for Office WorkersModule 5 · Files & schedulingCapstone — daily report botpredict22 / 54
+250 XP
Task
If today's orders.csv has three rows with amounts 100, 250, 75 and the script runs once, what does the final print(f"sent total ${total:,.2f}, archived {src.name}") print? Use the format the f-string produces (total = 100 + 250 + 75 = 425.00, filename = <today>.csv where today is 2026-05-28). Type the exact line.
Predict the output

Read the code carefully

What will the program print? Write here:

💬 Discussion

Be the first to ask a question or share a tip.
Sign in to join the discussion. Reading is free.
Loading discussion…