Revision history of "Python writing to a file"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 11:21, 16 February 2016George2 (Talk | contribs). . (702 bytes) (+702). . (Created page with "<source lang="python"> from sys import argv script, filename = argv print "We're going to erase %r." % filename print "If you don't want that, hit CTRL-C (^C)." print "If yo...")