27 Jan
2001
27 Jan
'01
7:47 a.m.
On 26 Jan 2001 20:57:48 -0500, Ron Bickers wrote:
I believe Python Methods did a lot of auto importing of modules. In Python Scripts, you need to import what you want.
Try 'import random' or 'from random import choice' thanks, that seems to be it ... :)
Bill Anderson