A comprehensive collection of Python programming assignments covering Object-Oriented Programming (OOP) concepts and HTTP client development. college_assignment/ ├── src/ │ ├── q01_oop_book_basics.py ...
Program calculates the sum of numbers from 1 to 50 using a for loop. Displays the total sum.