Skip to content

Jerry-gifspec/Simple-Python-Calculator-with-Basic-Operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple Python Calculator

This is a basic command-line calculator written in Python that allows users to perform simple arithmetic operations like addition, subtraction, multiplication, and division.

Features

  • Addition: Adds two numbers.
  • Subtraction: Subtracts the second number from the first.
  • Multiplication: Multiplies two numbers.
  • Division: Divides the first number by the second, with error handling for division by zero.

The program prompts the user to select an operation and then enter two numbers for the calculation. It displays the result of the chosen operation.

Requirements

  • Python 3.x

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages