Contact: aviboots(AT)netvision.net.il
41,427 questions
53,974 answers
573 users
f = open("d:\data.txt", "w") f.write("New Content") ''' data.txt -------- New Content ''' ''' run: '''