Python

Python

Lists in Python

You can find the python codes used in tutorial https://rajith681.wordpress.com/2016/06/18/python-3-lists below. List Creating List1=[] List2=[1,2,3,4,5] List3=[‘a’,’b’,’c’] List4=[1,’abc’] Accessing List Items List1=[]

Read More