1
vote
8answers
711 views
Random in python 2.5 not working?
I am trying to use the import random statement in python, but it doesn't appear to have any methods in it to use.
Am I missing something?
…
