Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #34040
| 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 | <dwightdhutto@gmail.com> |
| 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 | <CA+vVgJVj9OE2rrZqveFY+KEw5T7Z-p5kQaOhUZRbnmOjoH0Zbw@mail.gmail.com> |
| References | <f241ce20-2bca-4ced-814c-5143f0d82ca4@googlegroups.com> <CALwzidkpeUh4sk9koL0fSWfvpUVXMXstpUq1v+mDgZN2ttWYhg@mail.gmail.com> <CA+vVgJVj9OE2rrZqveFY+KEw5T7Z-p5kQaOhUZRbnmOjoH0Zbw@mail.gmail.com> |
| Date | Wed, 28 Nov 2012 17:55:06 -0500 |
| Subject | Re: Exponential arrival distribution in Python |
| From | David Hutto <dwightdhutto@gmail.com> |
| To | Ian Kelly <ian.g.kelly@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | Python <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.349.1354143308.29569.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Exponential arrival distribution in Python Ricky <rakkitha263@gmail.com> - 2012-11-28 13:34 -0800 Re: Exponential arrival distribution in Python David Hutto <dwightdhutto@gmail.com> - 2012-11-28 17:52 -0500 Re: Exponential arrival distribution in Python David Hutto <dwightdhutto@gmail.com> - 2012-11-28 17:55 -0500 Re: Exponential arrival distribution in Python Paul Rubin <no.email@nospam.invalid> - 2012-11-28 15:25 -0800 Re: Exponential arrival distribution in Python Albert Chun-Chieh Huang <alberthuang314@gmail.com> - 2012-11-29 07:29 +0800 Re: Exponential arrival distribution in Python duncan smith <buzzard@invalid.invalid> - 2012-11-29 16:24 +0000
csiph-web