Welcome to the Python Calculator Repo! This Python project allows you to perform basic arithmetic operations including addition, subtraction, multiplication, and division. The calculator is designed to be user-friendly and interactive, providing an easy way to conduct calculations through the command line.
- Basic Operations: Supports addition, subtraction, multiplication, and division.
- Continuous Calculation: Users can choose to continue calculations with the result of the previous operation or start fresh.
- User-Friendly Interface: Clear prompts guide the user through the calculation process.