BASIC CALCULATOR ๐ฎ Interactive Fun Calculator ๐งฎ Welcome to the Interactive Fun Calculator โ a simple and entertaining Python-based calculator that lets you perform basic math operations with style and emojis! ๐ Whether you're adding, subtracting, multiplying, or dividing, this calculator makes it fun and easy.
โจ Features
โ Addition
โ Subtraction
โ๏ธ Multiplication
โ Division (with zero-check!)
๐ Interactive menu-based interface
๐ง Beginner-friendly code with clear comments
๐ Fun, emoji-rich experience
๐ How to Use
- Run the script using Python 3: python fun_calculator.py
2.Enter two numbers when prompted.
3.Choose an operation from the menu:
1 โ Addition
2 โ Subtraction
3 โ๏ธ Multiplication
4 โ Division
4.View the result printed in a fun, easy-to-read format!
View the resul๐ Division by Zero Handling
The calculator safely checks for division by zero and provides a friendly error message if the user tries
๐ซ Error: You can't divide by zero!