Yes this does make sense. Thank youOn 4/14/05, Brian van den Broek <[EMAIL PROTECTED]> wrote:
Ben Markwell said unto the world upon 2005-04-14 08:14:> Could somebody explain to me why the code I used to complete this exercise
> doesn't work.> And how do you send an integer to len?>> Thanks>> Ben>>
Ben Markwell said unto the world upon 2005-04-14 08:14:
Could somebody explain to me why the code I used to complete this exercise
doesn't work.
And how do you send an integer to len?
Thanks
Ben
==
*As an exercise, write a loop that traverses a list and prints the
On Apr 14, 2005, at 14:14, Ben Markwell wrote:
Could somebody explain to me why the code I used to complete this
exercise doesn't work.
And how do you send an integer to len?
Well, I think you've successfully completed that exercise. len()
doesn't work on integers because integers don't have a
Could somebody explain to me why the code I used to complete this exercise doesn't work.
And how do you send an integer to len?
Thanks
Ben
==
As an exercise, write a loop that traverses a
list and prints the length of each element. What happens if
you send an