Reading a text file and splitting it into single words in python
I have this text file made up of numbers and words, for example like this – 09807754 18 n 03 aristocrat 0 blue_blood 0 patrician and I want to split it so that each word or number will come up as a new line.