Python Forum

Full Version: Python shell not functioning
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm having issues with the python shell itself and running some functions. I've tried importing the random library and whenever I use seed nothing happens. Any ideas?

from random import *
seed(123)
At this point all I get is:
>>>
What else do you expect?
Sorry, I'm new to Python (and coding as a matter of fact). Just realized that it became a seed and the real return for a random number would be random()