yeah, thank you! On Wed, Mar 31, 2010 at 1:41 AM, Christian Witts <[email protected]> wrote: > Shurui Liu (Aaron Liu) wrote: >> >> In Python, could space be counted as a character same as a letter? >> >> > > len(...) > len(object) -> integer > Return the number of items of a sequence or mapping. > > As a space is an item it will be counted. > > -- > Kind Regards, > Christian Witts > > >
-- Shurui Liu (Aaron Liu) Computer Science & Engineering Technology University of Toledo _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
