Problem: Write a program that generates list that consists of 10,000 lists that have:
First element is list number (i.e., 0, 1, 2, ...)
Then, there are 10,000 random numbers in [0,10] range
The last element is sum of all random numbers in the list greater than 3