I have a .txt
file that was saved with python. It has the form:
Where the first line is just a title that helps me remember the order of each element that was saved and the second line is a sequence of a string ('eos') and other elements inside. How can I call the elements so that inputs[0]
returns a string ('eos') and inputs[1]
returns the number "5", for example?