Skip to content

Omdena-NIC-Nepal/control-structures-in-python-saroj2073

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Visual Studio Code This file provides a detailed overview of the assignment.

Content:

Python Control Structures Assignment

Overview

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.

Objectives

  • Understand and use while loops effectively.
  • Implement for loops with continue and break statements.
  • Use if-else statements to handle conditional logic.
  • Write nested loops for more complex logic.

Repository Structure

.
├── 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

Instructions

  1. Clone this repository to your local machine.
  2. Open assignment.ipynb in Jupyter Notebook.
  3. Complete each task in the notebook.
  4. Run the test cases using the unittest module to validate your solutions.
  5. Push your changes to the repository.

Grading Criteria

  • Each task is worth 25 points.
  • You must pass all test cases to receive full credit.

Submission

Submit the link to your repository once all tasks are completed.

License

This assignment is licensed under the Omdena License.

About

omdena-nic-nepal-classroom-630f94-batch2-groupa-control-structures-in-python-python_Control_Structur created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 72.7%
  • Python 27.3%