michael@0: import testmodule michael@0: michael@0: def writetofile(args): michael@0: with open(args[0], 'w') as f: michael@0: f.write(' '.join(args[1:]))