Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98887

Re: A Program that prints the numbers from 1 to 100

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: A Program that prints the numbers from 1 to 100
Date Tue, 17 Nov 2015 00:43:29 +1100
Lines 10
Message-ID <mailman.366.1447681418.16136.python-list@python.org> (permalink)
References <ddada022-49a4-418e-85a1-45cd6da015f7@googlegroups.com> <85eea326-406d-4454-8c3a-859f1e464cfc@googlegroups.com> <mailman.357.1447677345.16136.python-list@python.org> <lf5fv06rrkp.fsf@ling.helsinki.fi>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de Mzm8Gdvk7IFyG2lxnEjwsgQoTgeVcGVbok8jAjC5NMcQ==
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.027
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'bit': 0.23; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'looks': 0.29; 'subject:numbers': 0.29; 'subject:that': 0.29; 'work.': 0.30; 'tue,': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'subject:from': 0.39; 'subject:the': 0.39; 'url:jpg': 0.79; 'chrisa': 0.84; 'to:none': 0.91; 'fish': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=8/wxCPeXN00FZ4zicft28ZWdrNE5CMpRheimfig8Jgk=; b=UP5oLP11pn2cIU5JVfQIg4PmBhKvjo7dE3VFl7XHgKKrTyGAkKZ3KoYdyDz3hAc7F5 Punqtvgtn/E2QC+t9rVr5Splkn02M/8y5dCKGxs268svOHpBhr/MZYUR77LJOB5X0cjn Z9Io+KsThyNtFgBFMbBw12KaE4lWATqaaxPxWr4UZMFXi7Nl5h8W04QCZp0j7x9XdKcx 04FJaKOzA2ByZWZ6w3xoPGWNwN1TbIgSVFtEU1pRrGawUyM59idBDFPpZcCEMpYOZ8Db UuqXv0PB3pyaRf3OdDNyQ8oWL4Xz+zi316FEI+ksfZkq3JBE+1S2PbG1VCPtTeCMfwZ4 meRQ==
X-Received by 10.107.10.233 with SMTP id 102mr32444868iok.31.1447681409227; Mon, 16 Nov 2015 05:43:29 -0800 (PST)
In-Reply-To <lf5fv06rrkp.fsf@ling.helsinki.fi>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:98887

Show key headers only | View raw


On Tue, Nov 17, 2015 at 12:39 AM, Jussi Piitulainen
<harvesting@is.invalid> wrote:
> This one recycles fish in a way that looks a bit worrying but it seems
> to work.

Recycles fish?

http://www.saigan.com/kidscorner/comics/unhfulb.jpg

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

A Program that prints the numbers from 1 to 100 Cai Gengyang <gengyangcai@gmail.com> - 2015-11-14 09:34 -0800
  Re: A Program that prints the numbers from 1 to 100 Joel Goldstick <joel.goldstick@gmail.com> - 2015-11-14 12:49 -0500
  Re: A Program that prints the numbers from 1 to 100 BartC <bc@freeuk.com> - 2015-11-14 18:18 +0000
    Re: A Program that prints the numbers from 1 to 100 Ammammata <ammammata@tiscalinet.it> - 2015-11-16 11:12 +0000
  Re: A Program that prints the numbers from 1 to 100 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-11-14 18:25 +0000
  Re: A Program that prints the numbers from 1 to 100 Steven D'Aprano <steve@pearwood.info> - 2015-11-15 12:39 +1100
  Re: A Program that prints the numbers from 1 to 100 harirammanohar159@gmail.com - 2015-11-16 03:57 -0800
    Re: A Program that prints the numbers from 1 to 100 Chris Angelico <rosuav@gmail.com> - 2015-11-16 23:35 +1100
      Re: A Program that prints the numbers from 1 to 100 Jussi Piitulainen <harvesting@is.invalid> - 2015-11-16 15:39 +0200
        Re: A Program that prints the numbers from 1 to 100 Chris Angelico <rosuav@gmail.com> - 2015-11-17 00:43 +1100

csiph-web