Calculator (Console Application)
Developed a simple console-based calculator in Python that performs basic arithmetic operations (addition, subtraction, multiplication, and division). The calculator prompts the user for input, performs the calculation, and displays the result.
Check Out Repository