Python Calculator

About 

It is a basic python calculator that can perform basic arithmetic operations like addition, subtraction, multiplication.

Approach

  • User enter number (single digit or n character) to perform a specific operation like 1, 2, 3, 4, and n (n is to cancel calculation operation) are valid.
  • Taking two numbers as inputs and used branching if elif else to perform a particular section.
  • Using functions add(), subtract(), multiply() to perform specific task after given data to the system.

Code

Popular posts from this blog

Python Chat Application

Send automated bulk WhatsApp messages from an excel sheet | Whatsapp excel sheet | Whatsapp Message

XSS Vulnerability/Attacks