Dynamic Tuple

Dynamic tuples are tuples that contain variables.

$ x=10;
$ y=(1..x, 3 4 5);