File: script7.pyw

package info (click to toggle)
distlib 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,252 kB
  • ctags: 3,019
  • sloc: python: 21,062; ansic: 407; sh: 17; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (6)
1
2
3
4
#!pythonw
import sys
with open(sys.argv[1], 'wb') as f:
    f.write(sys.argv[2].encode('ascii'))