Skip to main content
← CoursesPython for Office WorkersModule 5 · Files & schedulingCapstone — daily report botpredict20 / 50
💬 Discuss🧪 Playground+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.

Keep going

🔮 Predict the output

Read the code carefully

What will the program print? Write here:

📣 Help someone learn PythonShare this lesson with a friend — the first 15 are free, no signup.Tweet

💬 Discussion

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