Zadatak🌐 shown in RU
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.