View Problem

Append to a file

DiskEdit
python
open('test.txt', 'at').write('Hello World!\n')

Submit a new solution for python
There are 16 other solutions in additional languages (clojure, cpp, csharp, erlang ...)