If I want to make an empty list that is a certain length, how do I create it without having to manually type the brackets. For example: If I want to have a list with a length of 32 but I don't want to have to type [ , , , , , ...] until the 32nd element, how would I do that?
Thank you.