If I have a text file and I want to read the 1st, 2nd, 3rd, 4th, 5th, 6th, 7th and 8th characters on the second line, what would I write? I'm quite new to python and am using v3.3
Example text file
Hello, my name
is Bob. How are
you?
How would I read just the characters H, E, L, L, (,), ( ), M, and Y?