This file provides a detailed overview of the assignment.
Content:
This assignment is designed to test your understanding of Python control structures, including while
, for
, and if
statements. You will write Python programs that utilize these constructs and verify your solutions using the provided test cases.
- Understand and use
while
loops effectively. - Implement
for
loops withcontinue
andbreak
statements. - Use
if-else
statements to handle conditional logic. - Write nested loops for more complex logic.
.
├── assignment.ipynb # Jupyter notebook for the assignment
├── tests/
│ └── test_assignment.py # Unit tests for the assignment
├── .github/
│ └── classroom/
│ └── autograding.yaml # Autograding configuration
├── README.md # Assignment instructions
- Clone this repository to your local machine.
- Open
assignment.ipynb
in Jupyter Notebook. - Complete each task in the notebook.
- Run the test cases using the
unittest
module to validate your solutions. - Push your changes to the repository.
- Each task is worth 25 points.
- You must pass all test cases to receive full credit.
Submit the link to your repository once all tasks are completed.
This assignment is licensed under the Omdena License.