Re: Pick random choice from variables

2013-02-10 Thread David Hutto
The first one I sent directly to you, but it used randint with a list. The second should be what you're looking for. If not, then ask a little further what you need explained. -- http://mail.python.org/mailman/listinfo/python-list

Re: Pick random choice from variables

2013-02-10 Thread David Hutto
On Sun, Feb 10, 2013 at 12:43 PM, Joel Goldstick wrote: > > > > On Sun, Feb 10, 2013 at 12:01 PM, eli m wrote: >> >> How do i make something with python that will ask the user for input, and >> then use the random.choice function to select a random choice from what the >> user entered. Below is a

Pick random choice from variables

2013-02-10 Thread eli m
How do i make something with python that will ask the user for input, and then use the random.choice function to select a random choice from what the user entered. -- http://mail.python.org/mailman/listinfo/python-list