News

Mutability and immutability are properties of certain classes of object. For example, these are immutable—once created they cannot be changed: numeric types (int and float) Booleans strings tuples ...
This repository contains my solutions and notes for the NPTEL Programming, Data Structures And Algorithms Using Python course. The course covers fundamental, intermediate programming, data structures, ...