Path: csiph.com!usenet.pasdenom.info!aioe.org!rt.uk.eu.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!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.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.05; 'cc:addr:python-list': 0.10; 'subject:distribution': 0.16; 'cc:2**0': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'print': 0.32; 'received:google.com': 0.34; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'header:Received:5': 0.40 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:to :cc:content-type; bh=hSMq4dc7h+zYb8gaQ+N3i1cv4i6wGfcJMhKTYB2I/V0=; b=sLakmNdKKMCPTLFn8I/qrH8KmJeTCr72vdC6lsrZXc3FXFymizGwYj8CfH9ME8KXu4 hFCv6QWQOpkzrCLJnhBjkB3KSfsGzNHhNeHkWrXkNt5mmwCZ/1nLD61Cd0RCIFTKNR9k /Y291uvFMyNMZ2xGRwcVJKDEHBB+iOUChC7fyoVIgDe0AiCdQwYafKf3cQv7Nt8PTUDf jBpuqTHwXrROxquGSaN7RQwtu1c2ztG0ubW4qoClpP92r2ZfW2uGuoR8y6ZV7kqXPtkP 6BxLgBDXBWxOtBAuIbaNksl+y2S+CK56hdH4DAD2viya6pqerwJJsp6UaYpBeDUWFzNN LskA== MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 28 Nov 2012 17:55:06 -0500 Subject: Re: Exponential arrival distribution in Python From: David Hutto To: Ian Kelly Content-Type: text/plain; charset=ISO-8859-1 Cc: Python 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354143308 news.xs4all.nl 6989 [2001:888:2000:d::a6]:49661 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34040 I mean this one: for i in range(0,4): print "%i = %i" % (i * 10 **i) -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com