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