Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.094 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.00; 'cc:addr:python-list': 0.10; 'subject:random': 0.16; 'not,': 0.21; 'cc:2**0': 0.23; 'second': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'received:google.com': 0.34; 'received:209.85': 0.35; 'list.': 0.35; 'but': 0.36; 'should': 0.36; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'little': 0.39; 'further': 0.61; 'first': 0.61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Tg+CZDZG4Y3YdEGALYeQyoYv8qOa4CAqh+RG75xLYV4=; b=i4sZf2BNeOceznGytdm756QZFEACmfzkL7kstPIFBZAdBnnhKUM+bNnYu4tCfm5dDm 77+Dz2bmPSuAh7Lu2VBZmM7Norm6sXKkmqEt8tIHuJDAeuK+Oh25cUO3/Nc11kL1Q2/A mPlrQw+tU2GalFGZUREcQHopWsd2D2gQ5Gu+mAeNmzegPQ40OtbVt+Z1ct3kt+ul0jDT pWXF22gYHDOtzQsN/Ne+/HqoRSJJmxZQ+8NyfJUj3tA5TxGsoR7mLlKfDJEzoawwq4PD dpw7aUmr6zHx0QG61GohHgCtHoXnloq+W83rxVXufcMmvJWlaekpfDDIKSszrLR3uqVS JSng== MIME-Version: 1.0 X-Received: by 10.224.53.7 with SMTP id k7mr4504625qag.96.1360519433925; Sun, 10 Feb 2013 10:03:53 -0800 (PST) In-Reply-To: References: <2b79c66b-0750-46c5-a436-edf369747af2@googlegroups.com> Date: Sun, 10 Feb 2013 13:03:53 -0500 Subject: Re: Pick random choice from variables From: David Hutto To: Joel Goldstick Content-Type: text/plain; charset=ISO-8859-1 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 3 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360519442 news.xs4all.nl 6942 [2001:888:2000:d::a6]:44959 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38590 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.