Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.08 KB

Python Calculator

Python

This is a simple calculator implemented in Python that allows you to perform basic operations such as addition, subtraction, multiplication, division and square root.


Features

The calculator supports the following operations:

  1. Addition: Adds two or more numbers.
  2. Subtraction: Subtraction of two or more numbers.
  3. Multiplication: Multiplication of two or more numbers.
  4. Division: Division of two numbers.
  5. Square Root: Calculates the square root of a number.

How to Use

  1. Starting the Program: Run the Python script to start the calculator.
  2. Selecting the Operation: A menu with the available options is displayed. Select the desired operation by entering the corresponding number.
  3. Entering Data: Follow the instructions to enter the numbers needed for the selected operation.
  4. Result Display: The result of the operation will be displayed on the screen.
  5. Exit: To exit the program, select the ESC option.