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


Groups > comp.lang.python > #50849

Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.030
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'function,': 0.09; 'subject:Function': 0.09; 'subject:Number': 0.09; 'subject: \n ': 0.16; 'summarize': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'do.': 0.18; "aren't": 0.24; 'certainly': 0.24; 'question': 0.24; 'header:In-Reply-To:1': 0.27; 'leave': 0.29; 'is?': 0.30; 'message-id:@mail.gmail.com': 0.30; 'subject:that': 0.31; 'to:name :python-list': 0.33; 'sense': 0.34; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'explain': 0.39; 'aside': 0.39; 'to:addr:python.org': 0.39; 'july': 0.63; 'details': 0.65; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=6C/fxsQsue/3H64GDMe6k4A8tw0x0Rctk7CbmVEse4g=; b=PgvZu6Um0OkEmJYYhveT49+VsrO/+vkRsM09H14f3sIb+VjSW8hqUwP0URVTK2j9QR DArVhyoeQc/0vktUsTOmLGd8TOPKANSorgtpZtsPI9DwbqFZ7QlzCGpYLr3OvEKhEyao Ozot9T7yywTGO8lweYyePP80APZbalEnor/nUcmZ+lJg7IzPmt8Ew8g2ZXrv6bdJ048T TLT+11UXkumRWPnOkJl+6XErRix5S4bws7Dlh4urFBWptEFIcdE4p4FQ1eqijhduZppA woYN/+LLRn/QDVBXChluJA6UcT4QYSNsarDIk6mjW3k3Oqt9knbg1ZFP1XG/l8skOz9J VgUQ==
X-Received by 10.152.4.232 with SMTP id n8mr4825637lan.29.1374138768276; Thu, 18 Jul 2013 02:12:48 -0700 (PDT)
MIME-Version 1.0
Sender joshua.landau.ws@gmail.com
In-Reply-To <8a23cbf1-3cfd-48e3-a460-64551119fde7@googlegroups.com>
References <8a23cbf1-3cfd-48e3-a460-64551119fde7@googlegroups.com>
From Joshua Landau <joshua@landau.ws>
Date Thu, 18 Jul 2013 10:12:08 +0100
X-Google-Sender-Auth 7XHdBRXHJxXKnHBZLZ6exbqXEEo
Subject Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition
To python-list <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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.4835.1374138776.3114.python-list@python.org> (permalink)
Lines 6
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374138776 news.xs4all.nl 16007 [2001:888:2000:d::a6]:53881
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:50849

Show key headers only | View raw


On 18 July 2013 00:58, CTSB01 <scott.moore270@gmail.com> wrote:
> Please let me know if this is unclear.  I will certainly continue revising until it makes sense to those reading.

Can you summarize what your question is? Leave aside the details of
the function, just explain what thing in particular you aren't able
to do.

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


Thread

Creating a Program to Decompose a Number and Run a Function on that Decomposition CTSB01 <scott.moore270@gmail.com> - 2013-07-17 16:58 -0700
  Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition Joshua Landau <joshua@landau.ws> - 2013-07-18 10:12 +0100
    Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition CTSB01 <scott.moore270@gmail.com> - 2013-07-18 14:57 -0700
      Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition Gary Herron <gherron@digipen.edu> - 2013-07-18 15:12 -0700
        Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition CTSB01 <scott.moore270@gmail.com> - 2013-07-18 15:18 -0700
          Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-18 16:49 -0600
            Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition CTSB01 <scott.moore270@gmail.com> - 2013-07-18 16:04 -0700
              Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-18 17:42 -0600
              Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-18 17:45 -0600
                Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition CTSB01 <scott.moore270@gmail.com> - 2013-07-18 17:25 -0700
              Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2013-07-19 00:48 +0100
              Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition Dave Angel <davea@davea.name> - 2013-07-18 19:49 -0400
                Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition CTSB01 <scott.moore270@gmail.com> - 2013-07-18 17:35 -0700
                Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition Dave Angel <davea@davea.name> - 2013-07-18 21:04 -0400
                Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition CTSB01 <scott.moore270@gmail.com> - 2013-07-18 19:16 -0700
                Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition Dave Angel <davea@davea.name> - 2013-07-18 22:43 -0400
                Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition CTSB01 <scott.moore270@gmail.com> - 2013-07-18 19:56 -0700
                Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition Fábio Santos <fabiosantosart@gmail.com> - 2013-07-19 03:48 +0100
                Re: Creating a Program to Decompose a Number and Run a Function on that Decomposition CTSB01 <scott.moore270@gmail.com> - 2013-07-18 19:54 -0700

csiph-web