Welcome to the Fun Calculator! This simple Python script performs basic arithmetic operations on two numbers with style and flair. π
- β Addition
- β Subtraction
- βοΈ Multiplication
- β Division
- Supports decimal numbers
- Fun emoji-powered output
- Run the script in a Python environment (Python 3.x recommended)
- Enter your first number when prompted
- Enter your second number when prompted
- Marvel at the beautiful results! π
Enter the first number: 10
Enter the second number: 2
Results of your two numbers:
Sum: 12.0
Difference: 8.0
Product: 20.0
Quotient: 5.0
- The calculator uses floating-point numbers for maximum precision
- Division by zero will cause an error (the script assumes responsible users for now!)
- Emojis may display differently depending on your terminal
- Add error handling for division by zero
- Include more operations (exponents, modulo, etc.)
- Create a GUI version
- Add history functionality
Enjoy calculating with style! π₯³π»