User:Cristinac/RegEx: 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.

    16 June 2015

    • curprev 21:3721:37, 16 June 2015Cristinac talk contribs 399 bytes +399 Created page with "<source lang="python"> import sys, re word = "yes" print ("this is the word:", word) while True: line = sys.stdin.readline() if line =='': break if line == word: pri..."