"Sharing some of my favorite Python programs from school. This repo features a selection of Class 11 scripts that helped me understand how loops and conditions work."
You don't need to download files one by one! Use these shortcuts:
- 📥 Click Here to Download all files as a .ZIP
- 💻 Clone via Terminal:
git clone [https://github.com/GirdharKumarSahu/Class11th-Python.git](https://github.com/GirdharKumarSahu/Class11th-Python.git)
This repository contains a curated selection of Python scripts developed during my Class 11 Computer Science course. The focus is on mastering control flow, iterative logic, and mathematical algorithms.
| Category | Included Programs |
|---|---|
| Logic Checks | Vowel/Consonant, Leap Year, Positive/Negative |
| Number Theory | Prime, Armstrong, Palindrome, Even/Odd |
| Comparisons | Greatest/Smallest of 2 and 3 numbers |
| Calculations | Simple Interest, General Math Utilities |
Once you have the files, open your terminal/command prompt in the project folder and run:
# Example for running the Prime number check
python "Check if the number is prime.py"