make a python programmes in which add and subtract of two no
Answers
Answered by
0
Answer:
Program 1
#Python program to perform Addition, Subtraction,
#Multiplication and division of two numbers.
num1=int(input("Enter the first number: "))
num2=int(input("Enter the second number: "))
print("Enter the operator you want to perform");
ch=input("Enter any of these operator for operation +, -, *, / ")
result=0.
please mark me as brainlist.
Similar questions