![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: I have a question.
From: Jags <njagan@gmail.com>
Date: Thu Jun 30 2005 - 19:53:54 CEST
Hi,
You can use the "Random" module. You need to first import it using
Try the following sequence of steps on the Python/IDLE command line to
>>> from random import Random, random
Hope this helps.
Cheers!
Nathan Pinno wrote:
|