The most fun eight Python lines I've written(pastebin.com)
pastebin.com
The most fun eight Python lines I've written
http://pastebin.com/ZpiAqUsm
3 comments
BTW, the random module has a "choice" function, which takes a sequence and returns a randomly chosen element from it.
So instead of "result[randrange(len(result))]" you could have "choice(result)"
is this a porn comments scraper? The only thing more diabolical would be a youtube comments scraper
Thanks for sharing! hahahah xD