File Python Tutorial

import sys
sys.stdout = open('log.txt', 'a')      
print 1