On Apr 19, 3:36�pm, John Machin <[EMAIL PROTECTED]> wrote:
> globalrev wrote:
> > do i need to import something to use random?
>
> No, you need to import random

But you could alsways import it as something.

>>> import random as something
>>> something.random()
0.45811606256668347
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to