How to make simple calculator in python
In this example you will learn to create a simple calculator that can add, subtract, multiply or divide depending upon the input from the user.
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming.
#python
#coding
#calculator