Create list of single item repeated N times
I want to create a series of lists, all of varying lengths. Each list will contain the same element e, repeated n times (where n = length of the list).
I want to create a series of lists, all of varying lengths. Each list will contain the same element e, repeated n times (where n = length of the list).