Skip to content

RykerWilder/py-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Building a calculator using Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages