> How to generate a random number in Python. Is there any build in > function I can call?
>>> import random
>>> help(random)
also see:
http://docs.python.org/lib/module-random.html
</F>
--
http://mail.python.org/mailman/listinfo/python-list
