This is my first time using this site, so apologies if I'm asking in the wrong place.
I am working on a python assignment in liclipse. I have to import and analyze a provided text file that contains several thousand 1s and 0s and nothing else. When I look at the text file manually in the project directory outside of liclipse, it contains the correct pattern of 1s and 0s. However when I look at the text file from within Liclipse, it is completely blank. I tried to paste the data into the text file from within Liclipse, but whenever I add any numbers to the text file, they're erased instantly. This does not occur when I type any other characters into the text file from Liclipse. When I tried putting double quotes (or any other type of non-numerical character) around the 0s and 1s, liclipse only showed the non-numerical characters as if the digits didn't exist. Is there any way to fix this?