File: script7.pyw

package info (click to toggle)
distlib 0.3.9-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,228 kB
  • sloc: python: 12,347; ansic: 820; sh: 106; 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'))