sum function
Ian Kelly
ian.g.kelly at gmail.com
Fri Oct 5 16:10:36 EDT 2012
More information about the Python-list mailing list
Fri Oct 5 16:10:36 EDT 2012
- Previous message (by thread): sum function
- Next message (by thread): sum function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Oct 5, 2012 at 2:03 PM, Mike <mike20007 at gmail.com> wrote: > I added the print command. > > It prints [] when there is no data. Change "iter(next_r, None)" to "iter(next_r, [])"
- Previous message (by thread): sum function
- Next message (by thread): sum function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list