Skip to content

A simple command-line Calculator built using Python that performs basic arithmetic operations like addition, subtraction, multiplication, and division. It is designed for beginners to practice Python logic, user input handling, and function implementation.

Notifications You must be signed in to change notification settings

SDARSHINI2002/Python-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python Calculator

A simple and functional Calculator built using Python. This project performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It’s ideal for beginners learning Python syntax, functions, and user input handling.

🔍 Description

This calculator allows users to: • Add two numbers • Subtract one number from another • Multiply two numbers • Divide one number by another (with error handling for division by zero)

The project uses standard input/output and can be run from the terminal or command line. It can be easily extended to support more complex mathematical operations.

🛠 Technologies Used • Python – Core language for logic and input/output handling

About

A simple command-line Calculator built using Python that performs basic arithmetic operations like addition, subtraction, multiplication, and division. It is designed for beginners to practice Python logic, user input handling, and function implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages