
Marian Smolii developed two Python scripts for the UA1278PythonFundamentals repository as part of Homework Assignment 11. The first script prompts users for their age, validates that the input is a non-negative integer, and determines if the age is even or odd, emphasizing robust input validation and clear error handling. The second script maps a user-provided number to the corresponding day of the week, again ensuring proper validation for acceptable day numbers. Marian focused on basic data structures and error handling throughout, delivering both features in a single, reproducible commit. The work demonstrates foundational Python skills and attention to input reliability.

Summary for 2024-11: Delivered two Python scripts for Homework Assignment 11 in UA1278PythonFundamentals. task-01.py prompts for age, validates non-negative integer, and reports whether the age is even or odd. task-02.py accepts a number and returns the corresponding day of the week, with validation for valid day numbers. All work committed in c3c61b5ad3b2b7e775cf309e8944d1562105ac3b ('done hw 11').
Summary for 2024-11: Delivered two Python scripts for Homework Assignment 11 in UA1278PythonFundamentals. task-01.py prompts for age, validates non-negative integer, and reports whether the age is even or odd. task-02.py accepts a number and returns the corresponding day of the week, with validation for valid day numbers. All work committed in c3c61b5ad3b2b7e775cf309e8944d1562105ac3b ('done hw 11').
Overview of all repositories you've contributed to across your timeline