Skip to content

farrukh-ali-khan/math-basic-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Basic Operations

This repository contains simple and well-commented Python programs for learning basic mathematical operations. It includes addition challenges, multiplication tables, and division with remainder, designed especially for kids, school students, and beginners who are starting their journey with Python programming and logic building.

📂 Files in this Repository

  • addition-challenge.py
    → Adds two 2-digit numbers and prints the result with a smiley 😊

  • multiplication-table.py
    → Prints multiplication table (1–12) up to 10

  • division-reminder.py
    → Performs division and shows quotient and remainder

How to run these programs

python --version
python addition-challenge.py
python multiplication-table.py
python division-reminder.py

OR

python3 --version
python3 addition-challenge.py
python3 multiplication-table.py
python3 division-reminder.py

About

This repository contains simple and well-commented Python programs for learning basic mathematical operations. It includes addition challenges, multiplication tables, and division with remainder, designed especially for kids, school students, and beginners who are starting their journey with Python programming and logic building.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages