IT stuff
import remyRE = re.compile("(http.*\.gif)")text = """..."""for w in text.split(): m = myRE.search(w) if m: print '''"%s",''' % m.string[m.start():m.end()]
Post a Comment
No comments:
Post a Comment