Creating an empty list:  >>> l = [None] * 10 >>> l [None, None, None, None, None, None, None, None, None, None]

Read more of this post