Welcome to the Fun Calculator - a simple yet powerful Python program that performs basic arithmetic operations with style! 😎
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division
- Supports decimal numbers
- Fun and friendly interface
- Run the program 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.5
Enter the second number: 2
Results of your two numbers:
Sum: 12.5
Difference: 8.5
Product: 21.0
Quotient: 5.25
- The program doesn't currently handle division by zero (be nice to it!)
- All inputs are converted to floats to support decimal operations
- Emojis make everything better! ✨
- Python 3.x
- A sense of fun! 🥳
- Add error handling for division by zero
- Include more advanced operations
- Create a GUI version
Enjoy calculating with style! 💻😊