Simple questions about lists and Vectors

I was just wondering if it is possible to store vectors in a list, or if I would need to append vectors as three separate lists and call the index matching values into a Vector… e.g.

 Vector(
[list[0],list_1[0],list_2[0]])#tried to edit this, but keep getting strange formatting...???

???..the latter I know would work…theoretically…not been tried.
I hope I am being clear enough. I want to create a single list, but before I start down this path I want to make sure it is possible.

list can contains anything !
including vectors

happy bl

Great news thanks.