initiale:how to code a list in python code example Example: python initialise list of lists # initialise a list of n lists n = 3 x = [[] for i in range(n)]