3 comments

[ 5.6 ms ] story [ 18.2 ms ] thread
is this a porn comments scraper? The only thing more diabolical would be a youtube comments scraper
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)"