Kunal-Garg-12 / AIML-Hacktoberfest-22

This repository is for Hacktoberfest 2022.
3 stars 24 forks source link

Add Loop Tutorial #3

Open Kunal-Garg-12 opened 2 years ago

Kunal-Garg-12 commented 2 years ago

You are required to add program containing examples for python looping (for-while). Make sure to follow folder hierarchy and comment the code so beginners can understand as well. Also, add a loops.md file containing a summary on python looping.

You are required to add Python code and relevant documentation in sub-folders within the Python folder. Python code and documentation should be in the same sub-folder.

Example:

├── Python
│   ├── Loops in Python (add code and documentation within the new loops in python sub-folder.
│   │   ├── loops.py (Python file showing working of loops)
|   |   ├── loops.md (Markdown file for documentation on how your code works)
│   ├── Functions in Python (code and documentation within one sub-folder)
│   ├── Importing Libraries
chiragkapoor20 commented 2 years ago

Assign this to me

Kunal-Garg-12 commented 2 years ago

Ok @chiragkapoor20 assigning this to you

Kunal-Garg-12 commented 2 years ago

@chiragkapoor20 Please complete the task ASAP

codershrutik commented 1 year ago

Can I please work on this as well?