create empty list with n elements python code example Example 1: python how to make an empty list list = list() Example 2: declare an empty list in python num = list()