🔒 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 →
Given a folder tree where data/jan.csv is 100 bytes and data/feb/q1.csv is 250 bytes, and the script in the theory loops over Path("data").rglob("*.csv"), what does the final
print(f"total: {total_size} bytes across CSVs")
print? Type the line.