Im wondering how to use python to read multiple pieces of data based on a given x
In my example I have x = 6 and then on the next line is the x amount of numbers. I want to be able to add it to an array/list or assign vars
6
1 2 4 8 10 11
Thank you