write a c o d e in python to make a simple calculator by taking input from user
Answers
Answered by
0
Answer:
num1 = int(input("Enter first number: ")) num2 = int(input("Enter second number: ")) if choice == '1': print(num1,"+",num2,"=", add(num1,num2))
Explanation:
please mark me as brainliest
Similar questions
Math,
3 hours ago
Math,
3 hours ago
Social Sciences,
5 hours ago
English,
8 months ago
Computer Science,
8 months ago