This is a simple Python calculator that allows users to perform basic arithmetic operations: addition (+), subtraction (-), and multiplication (*).
- Accepts user input for two numbers
- Accepts user input for the type of operation
- Performs the selected operation
- Displays the result in a clear format