Chemistry, asked by aliyamehar1234, 5 months ago

write the program to make simple calculator in python.....
Plzz ans fast and don't spam..... ​

Answers

Answered by roshaniujalambe01
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 adityarawat28122004
0

Sorry I'm not using python. I'm using turbo C++.

Similar questions