Welcome to the Git and GitHub Hands-on Workshop! 👋
This repository contains a simple menu-driven Python calculator designed to help participants learn how to:
- Clone repositories
- Edit and commit changes
- Push updates to GitHub
- Understand basic Git workflows
The calculator currently supports:
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
Your mission (during the workshop):
👉 Implement the missing functions for
- ➗ Division
- ⚡ Exponent (Power)
Once done, push your changes to your own GitHub repository and share the link with the workshop organizers.
By completing this task, you will learn to:
- Initialize a Git repository
- Stage, commit, and push changes
- Work with remote repositories
- Understand real-world collaboration using GitHub
🧑💻 Author: Amal N K
🏫 Organization: Algon DC GCEK
🗓️ Workshop Date: November 8, 2025
💡 Language Used: Python 3