Can anyone help me with creating a simple calculator using python function
I need this below output
Select operation.
1.Add
2.Subtract
3.Multiply
4.Divide
Enter choice(1/2/3/4): 3
Enter first number: 15
Enter second number: 14
15.0 * 14.0 = 210.0
Let’s do next calculation? (yes/no): no
>Solution :
[strong text][1]
[1]: https://www.programiz.com/python-programming/examples/calculator#:~:text=print(%22Select%20operation.%22)-,print(%221.Add%22),-print u can refer this link for your coding