Lillith is a Python repository designed for beginners, containing a structured collection of basic Python programs and problem-solving exercises. It serves as a practical guide for learning Python fundamentals with well-commented code examples.
- Basic Python Programs: Contains 31 files (named 01-31) covering fundamental Python concepts with comments.
- Problem-Solution Sets: Includes 20-30 problem statements with detailed solutions.
- Structured Learning: Organized for easy navigation and progressive learning.
- Beginner-Friendly: Helps new programmers understand Python with clear explanations.
Clone the repository to access the files:
git clone https://github.com/yourusername/Lillith.git
Navigate through the numbered files to learn Python step by step:
cd Lillith
ls
Open any file to explore the code and solutions.
Contributions are welcome! Feel free to fork the repo and submit pull requests with additional problems, solutions, or improvements.
This project is licensed under the MIT License.
Designed to help beginners master Python programming. 🚀