Name: Anonymous 2009-08-29 8:56
I have a file in which ever line of text is terminated with a number. I'd like to extract the text and the number to variables, how do I do that?
from /prog/ import *
shitty_posts = [x for x in [y for y in threads if y.on_front_page()] if x.shitty()]
for p in shitty_posts:
p.sage()