blob: 14ca31153886c97f25a4bba0d000d66afb2c2858 [file] [log] [blame]
data = [1, 2, 3, 4, 5]
1/0
with open('/tmp/amatest-in.txt', 'a') as the_file:
the_file.write('hi there\n') # python will convert \n to os.linesep