gecko-dev/build/pymake/tests/subdir/pymod.py

6 строки
106 B
Python

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