Just started studying python and faced with a task for which I can not find a solution. There is a .txt file in which 2 lines of integer data
The first line is the total amount of subsequent data.
Second - The data itself is separated by a space.
Those. something like this:
four
4 82 30 29
The task is to fill the array with numbers from the second line.
Can you give at least a tip on what you need to google and study?