Basics of Python-4
Day 4 List : Previously I have discussed that, A list is a sequential data type An ordered collection of data It is mutable. It's an abstract data type. Let's solve a few problems on the list : Write a python program to reverse a list l=[34,76...
Mar 8, 20232 min read16
