0
How to make a selection on a calculator in Python
that is, select the type of calculation (+, *, -, ÷)
1 Respuesta
+ 1
Oscar! Ask the user (using the Python input command) to enter two numbers, then ask them to enter the required action(enter symbol): '*' or '/' or '+' or '-'. Use a branching statement to compare the entered symbol and perform the required mathematical operation based on it



