# Append 10 numbers in an empty list from number 0 to 9
sample_list = [i for i in range(10)]