Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > sum function

Reply
Thread Tools

sum function

 
 
Mike
Guest
Posts: n/a
 
      10-05-2012
I added the print command.

It prints [] when there is no data.

Thanks
 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      10-05-2012
Terry,

I am not using the mail client. I am just posting on the site.

Something wrong with this site. When you do individual reply, it does the double posting which it shouldn't. See "Ramachandra Apte's" reply. It is posted twice too.

Thanks



 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      10-05-2012
Terry,

I am not using the mail client. I am just posting on the site.

Something wrong with this site. When you do individual reply, it does the double posting which it shouldn't. See "Ramachandra Apte's" reply. It is posted twice too.

Thanks



 
Reply With Quote
 
Ian Kelly
Guest
Posts: n/a
 
      10-05-2012
On Fri, Oct 5, 2012 at 2:03 PM, Mike <> wrote:
> I added the print command.
>
> It prints [] when there is no data.


Change "iter(next_r, None)" to "iter(next_r, [])"
 
Reply With Quote
 
Dave Angel
Guest
Posts: n/a
 
      10-05-2012
On 10/05/2012 04:09 PM, Mike wrote:
> Terry,
>
> I am not using the mail client. I am just posting on the site.


And which site would that be (that you're using)? There are a few. I'm
guessing you use google-groups. And all of them get gatewayed to the
actual list, with differing numbers of bugs.

I use email to access it directly. I solve one of the duplicate-message
problems with google groups by automatically deleting any message
addressed to google-groups. There are about 100 such messages each month.

Another problem is that lots of these gateways post to both the
newsgroup and to the python-list.

>
> Something wrong with this site. When you do individual reply, it does the double posting which it shouldn't. See "Ramachandra Apte's" reply. It is posted twice too.
>
> Thanks
>
>
>



--

DaveA

 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      10-05-2012
That worked, Ian.

Thanks
 
Reply With Quote
 
Ramchandra Apte
Guest
Posts: n/a
 
      10-06-2012
On Saturday, 6 October 2012 02:09:56 UTC+5:30, Dave Angel wrote:
> On 10/05/2012 04:09 PM, Mike wrote:
>
> > Terry,

>
> >

>
> > I am not using the mail client. I am just posting on the site.

>
>
>
> And which site would that be (that you're using)? There are a few. I'm
>
> guessing you use google-groups. And all of them get gatewayed to the
>
> actual list, with differing numbers of bugs.
>
>
>
> I use email to access it directly. I solve one of the duplicate-message
>
> problems with google groups by automatically deleting any message
>
> addressed to google-groups. There are about 100 such messages each month.
>
>
>
> Another problem is that lots of these gateways post to both the
>
> newsgroup and to the python-list.
>

I found out earlier that this was why my posts was being double-posted in Google Groups.
>
>
> >

>
> > Something wrong with this site. When you do individual reply, it does the double posting which it shouldn't. See "Ramachandra Apte's" reply. It is posted twice too.

>
> >

>
> > Thanks

>
> >

>
> >

>
> >

>
>
>
>
>
> --
>
>
>
> DaveA


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What official function should I call to genertate a sum of products in VHDL Weng Tianxiang VHDL 2 03-19-2007 07:25 PM
Packet retransmits and bad check sum on ethereal capture Newbie72 Cisco 4 03-10-2006 01:52 PM
XML - problem with sum function cieron XML 2 05-16-2005 09:21 PM
write a function such that when ever i call this function in some other function .it should give me tha data type and value of calling function parameter komal C++ 6 01-25-2005 11:13 AM
DataGrid: how to have a footer row dynamically sum data Roger Moore ASP .Net 0 07-07-2003 05:27 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57