Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50154
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joshua.landau.ws@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.033 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:file': 0.07; 'subject:script': 0.09; 'subject:How': 0.10; 'cc:addr:python- list': 0.11; 'question.': 0.14; 'posted': 0.15; 'icon': 0.16; 'student,': 0.16; 'subject: \n ': 0.16; 'subject:.txt': 0.16; 'subject:random': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'subject: .': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'subject:numbers': 0.31; 'received:google.com': 0.35; 'subject:?': 0.36; 'changing': 0.37; 'starting': 0.37; 'gmail': 0.38; 'dave': 0.60; 'new': 0.61; 'name': 0.63; 'july': 0.63; 'our': 0.64; 'subject': 0.69; 'prize': 0.74; 'angel': 0.91; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=7EFWpRSvOnafwC+Oh8iAh86CbWFEzFQyTJKYdKgFQB0=; b=quoBipLbmbjJtMBweg8q6R6nz/CDqcpdbjRUvJ7Q8XMrZk2lzcfYHPLnLM8sreOg0N 7WdK5Hngma5vgGB7JiUmHpdNDAe4hGJTc4W/oFZ/kNxrhCNzVMSf63+CBuTNRvXiRViM Bjh3bsLjhK3y9HKhXV5/eJcVwxhi5rEKi9mB9h5zSRlDfQhUPcBh0FczeNXCwr8TJqqd VyZKTV1Dc0LfdRozBo/iJR4Ou/aBvmKbzi5uaHM8dOTYHQnsH7E1utukTpmlw/f/vzE7 VOH/2RjH2D49HbuwO3U66zRquNUIA724ZqMR3O31M22e+axpRPnZ8zBMSjesMvrkF/EV UPQQ== |
| X-Received | by 10.112.88.169 with SMTP id bh9mr10727561lbb.12.1373289091442; Mon, 08 Jul 2013 06:11:31 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <kreb6l$5lk$1@ger.gmane.org> |
| References | <25284710-bf3f-4e10-bac2-0ba19099f653@googlegroups.com> <kreb6l$5lk$1@ger.gmane.org> |
| From | Joshua Landau <joshua.landau.ws@gmail.com> |
| Date | Mon, 8 Jul 2013 14:10:50 +0100 |
| Subject | Re: How do I write a script to generate 10 random EVEN numbers and write them to a .txt file? |
| To | Dave Angel <davea@davea.name> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | python-list <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.4387.1373289093.3114.python-list@python.org> (permalink) |
| Lines | 7 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1373289093 news.xs4all.nl 15959 [2001:888:2000:d::a6]:42088 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:50154 |
Show key headers only | View raw
On 8 July 2013 13:27, Dave Angel <davea@davea.name> wrote: > One of your classmates has already posted the question. However, you win > the prize for a better subject line. Or are you the same student, changing > your name and wasting our time by starting a new thread. Considering the body of the question and his GMail user icon thingy are identical, I think that's a rigged question.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How do I write a script to generate 10 random EVEN numbers and write them to a .txt file? Kenz09 <sandile.mnukwa@gmail.com> - 2013-07-08 05:01 -0700 Re: How do I write a script to generate 10 random EVEN numbers and write them to a .txt file? Dave Angel <davea@davea.name> - 2013-07-08 08:27 -0400 Re: How do I write a script to generate 10 random EVEN numbers and write them to a .txt file? Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-08 14:10 +0100 Re: How do I write a script to generate 10 random EVEN numbers and write them to a .txt file? Dave Angel <davea@davea.name> - 2013-07-08 16:17 -0400
csiph-web