Hey guys,In python there are some data structures used for storing the particular type of data.Most importants in that are Lists,Tuple and Ditionary. Python Data Structures – Lists ,Tuples and Dictionary A List,they are the just like the arrays in other language,list contains strings,integers,as well as objects.In other words,List stores a sequence of objects inContinue reading “Python Data Structures – Lists ,Tuples and Dictionary”