A simple calculator built with Python. ๐
This program asks the user to enter two numbers and an operator (+, -, *, or /). It then performs the selected operation and displays the result.
- โ Addition
- โ Subtraction
- โ๏ธ Multiplication
- โ Integer Division
This project was created to practice Python basics, including:
- ๐ Variables
- โจ๏ธ User Input
- ๐ Conditional Statements (if, elif, else)
- ๐งฎ Arithmetic Operators
Created by MGPcodes ๐