week commencing

This commit is contained in:
Jun-te Kim 2025-03-19 16:09:32 +00:00
parent 4c3a8b154b
commit 2185042d26

View file

@ -42,5 +42,6 @@ def main():
# Save to an Excel file
df.to_excel("survey_data.xlsx", index=False)
print(f"WEEK COMMENCING {WEEK_COMMENCING}")
print("Excel file 'survey_data.xlsx' created successfully!")
print(pformat(data))