Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 823 Bytes

File metadata and controls

29 lines (19 loc) · 823 Bytes

CodeJam Future-Minds-workshop

futuremindslogo(2)

Simple Calculator 🧮

This is a basic calculator program written in Python. It allows users to perform addition, subtraction, multiplication, and division.

📌 Features

  • Handles user input with validation.
  • Supports four basic arithmetic operations.
  • Prevents division by zero.
  • Structured in three separate Python files for better organization.

📂 Project Structure

🚀 How to Run

  1. Clone this repository:
    git clone https://github.com/yourusername/simple-calculator.git
    cd simple-calculator
    
    

🛠 Dependencies This program requires Python 3. No external libraries are needed.

📜 License This project is open-source under the MIT License.