Code:
import random, string
def postInOffTopic():
post = ""
while random.randrange(0, 10) != 9:
post += random.choice(string.letters)
return post
postInOffTopic()
Poll: Vote. You do not have permission to vote in this poll. |
|||
Yes. | 4 | 0.04% | |
No. | 3 | 0.03% | |
Xeo is sexy | 10006 | 99.93% | |
Total | 10013 vote(s) | 100% |
* You voted for this item. | [Show Results] |
|