Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.6 KB

File metadata and controls

38 lines (28 loc) · 1.6 KB

Class 11 Python: Logical Foundations 🐍

Python Version Learning Status License

"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."


⚡ Quick Download & Setup

You don't need to download files one by one! Use these shortcuts:


📌 Project Overview

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.

📂 Featured Logic Index

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

🛠️ Execution Guide

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"