Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.36 KB

File metadata and controls

36 lines (29 loc) · 1.36 KB

The Developers Arena – Python Programming

🚀 Welcome to The Developers Arena, a beginner-friendly and practical space to learn, practice, and collaborate on Python projects. This repository contains simple Python programs and mini projects designed to strengthen your programming basics and problem-solving skills.

📌 Programs Included🧮 Calculator – Perform basic arithmetic operations . 🔢 Even or Odd Checker – Check if a number is even or odd . ✖️ Multiplication Table Generator – Generate multiplication tables for any number . 📚 (More programs coming soon...)

🎯 Goals . Help beginners understand Python fundamentals . Practice logic building through small programs . Provide a foundation for Real-time Projects . Encourage open-source collaboration

⚡ How to Run

  1. Clone the repository git clone https://github.com/PulaBhavya/DevelopersArenaTask1.git
  2. Navigate into the project folder cd The-Developers-Arena 3.Run any program using Python python calculator.py python even_odd.py python table_generator.py

Contribution We welcome contributions! Follow these steps:

  1. Fork the repo 🍴
  2. Create a new branch (feature-newprogram)
  3. Add your program or improve an existing one
  4. Commit your changes with a clear message
  5. Open a Pull Request 🚀

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