#Python Git Lab Git + Python Practice
This repository is designed to help you get familiar with Git and GitHub commands while writing simple Python code.
- Purpose
Learn basic Git workflows (clone, commit, push, pull).
Practice branching, pull requests, stashing, reverting, and resolving merge conflicts.
Use Python functions (add, subtract, multiply) as examples to track with Git.