I want to initialize a multidimensional list. Basically, I want a 10x10 grid - a list of 10 lists each containing 10 items.
Each list value should be initialized to
You might actually need an array instead of some lists. Almost every time I see this "presized nested list" pattern, something is not quite right.