Python program to make simple calculator
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.
Example: simple calculator by using functions.
please enter your choice :1.add
2.subtract
3.multiply
4.divide
please enter your choice :8
Enter the first number:8
Enter the second number:8
invalid choice
https://ryanentertainments.blogspot.com/2020/11/python-how-to-merge-two-dictionaries.html
Comments
Post a Comment