f = open(\'test.txt\',\'w\')
f.write(\'hello\')
f.close()