Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38590
| 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 | <dwightdhutto@gmail.com> |
| 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 | <CA+vVgJXfbegkGBu0btyB9jvmfXi1o4+rrs4pk7+-RVQd0O1iBw@mail.gmail.com> |
| References | <2b79c66b-0750-46c5-a436-edf369747af2@googlegroups.com> <CAPM-O+zY3wva7WViaj+K-f-WpcpfXTs7vd86_sMHf9hqCoVyTA@mail.gmail.com> <CA+vVgJXfbegkGBu0btyB9jvmfXi1o4+rrs4pk7+-RVQd0O1iBw@mail.gmail.com> |
| Date | Sun, 10 Feb 2013 13:03:53 -0500 |
| Subject | Re: Pick random choice from variables |
| From | David Hutto <dwightdhutto@gmail.com> |
| To | Joel Goldstick <joel.goldstick@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1593.1360519442.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Pick random choice from variables eli m <techgeek201@gmail.com> - 2013-02-10 09:01 -0800 Re: Pick random choice from variables Joel Goldstick <joel.goldstick@gmail.com> - 2013-02-10 12:43 -0500 Re: Pick random choice from variables David Hutto <dwightdhutto@gmail.com> - 2013-02-10 13:01 -0500 Re: Pick random choice from variables David Hutto <dwightdhutto@gmail.com> - 2013-02-10 13:03 -0500
csiph-web