Contact: aviboots(AT)netvision.net.il
40,760 questions
53,134 answers
573 users
fh = open("d:\\data.txt") s = fh.read(3) print(s) ''' run: pyt '''