Contact: aviboots(AT)netvision.net.il
41,577 questions
54,199 answers
573 users
f = open("d:\data.txt", "rt") # OR f = open("d:\data.txt") print(f.readline()) ''' run: C++ '''