>>> lst = [None] * 5 >>> lst [None, None, None, None, None]
size = len(myList)
#declaring a list/array with size 10 L = [None] * 10