User:Manetta/scripts/python-find-write: Revision history

Diff selection: Mark the radio buttons 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.

    24 March 2015

    • curprev 11:5611:56, 24 March 2015Manetta talk contribs 270 bytes +270 Created page with "<source lang="python"> import itertools # Open text file for reading with open('WRITE.txt', 'w') as txt: f = open('INPUT.txt', 'r') for line in f: if "SEARCHTERM" in li..."