Activity 17: Data Structure Again
List is an ordered data structure that is used to store different or same elements in a sequential manner.
The list is similar to array in data structure but in the array, we can store only the elements which are of same data-type whereas in the list...
siahashnode.hashnode.dev12 min read