Development Python

import random
print random.sample(xrange(100), 10)   # sampling without replacement