Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 419 Bytes

Simple-Calculator-Using-Python

The calculator performs 5 following operations:

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Average

The calculator is coded into 3 following steps:

  1. Creating Functions of every operation.
  2. User Input values by input() function.
  3. Print result using if-elif-else nested command.

Tool

  • Language- Python
  • Source code editor- Visual Studio Code