Mike Kent wrote:
> [EMAIL PROTECTED] wrote:
> > Hello,Im using Python 2.4.2 and I'm starting a few very basic
> > programs,but theres two problems I've not found the answers for.
> > My first problem is I need code that will count the number of letters
> > in a string and return that number to a v
[EMAIL PROTECTED] wrote:
> Hello,Im using Python 2.4.2 and I'm starting a few very basic
> programs,but theres two problems I've not found the answers for.
> My first problem is I need code that will count the number of letters
> in a string and return that number to a variable.
Do you mean like t
[EMAIL PROTECTED] wrote:
> Hello,Im using Python 2.4.2 and I'm starting a few very basic
> programs,but theres two problems I've not found the answers for.
> My first problem is I need code that will count the number of letters
> in a string and return that number to a variable.
>>> s = "hello"
>