Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Simple Calculator

Description:

This Python script implements a basic calculator with addition, subtraction, multiplication, and division operations. It presents a menu for the user to select the operation they want to perform and prompts the user to input two numbers. After inputting the numbers, it performs the selected operation and displays the result.

How to Use:

  1. Run the script in a Python environment.
  2. Choose the operation: Add, Subtract, Multiply, or Divide.
  3. Enter the first number when prompted.
  4. Enter the second number when prompted.
  5. The script will display the result of the chosen operation.