This is a simple calculator implemented in Python that allows you to perform basic operations such as addition, subtraction, multiplication, division and square root.
The calculator supports the following operations:
- Addition: Adds two or more numbers.
- Subtraction: Subtraction of two or more numbers.
- Multiplication: Multiplication of two or more numbers.
- Division: Division of two numbers.
- Square Root: Calculates the square root of a number.
- Starting the Program: Run the Python script to start the calculator.
- Selecting the Operation: A menu with the available options is displayed. Select the desired operation by entering the corresponding number.
- Entering Data: Follow the instructions to enter the numbers needed for the selected operation.
- Result Display: The result of the operation will be displayed on the screen.
- Exit: To exit the program, select the
ESC
option.