write the program to make simple calculator in python.....
Plzz ans fast and don't spam.....
Answers
Answered by
1
Answer:
Python Program to Make a Simple Calculator
# define functions.
def add(x, y):
"""This function adds two numbers""
return x + y.
def subtract(x, y):
"""This function subtracts two numbers"""
return x - y.
def multiply(x, y):
Answered by
0
Sorry I'm not using python. I'm using turbo C++.
Similar questions