Make a 'list' called my_randoms of 10 irregular (random) numbers somewhere in the range of 0 and 100.
[34]
[34, 30]
[34, 30, 75]
[34, 30, 75, 27]
[34, 30, 75, 27, 8]
[34, 30, 75, 27, 8, 58]
[34, 30, 75, 27, 8, 58, 10]
[34, 30, 75, 27, 8, 58, 10, 1]
[34, 30, 75, 27, 8, 58, 10, 1, 59]
[34, 30, 75, 27, 8, 58, 10, 1, 59, 25]
It creates the 10 numbers as I ask it to, yet it produces it each in turn. What am I fouling up?