# Scientific Calculator Python A simple scientific calculator built in Python. ## Features - Basic arithmetic operations - Trigonometric functions - Logarithms and exponentials ## How to Use 1. Clone the repo: `git clone ` 2. Run the calculator: `python calculator.py` ## Credits Inspired by Python calculator tutorials. ## Disclaimer For learning purposes.