Help for this page
with open ('test.txt', 'n') as f ... #f.close # not required
f = open ('test.txt','n') ... f.close() # required