On Thu, 30 Oct 2008 13:50:47 +0300, Seid Mohammed wrote:
> ok
> but still i am not clear with my problem. if i test this one
> ==
> kk ='how old are you'
len(kk)
> 15
> ==
> but in my case
> ==
abebe = 'አበበ በሶ በላ'
len(abebe)
> 23
> ==
> why the
ok
but still i am not clear with my problem.
if i test this one
==
kk ='how old are you'
>>> len(kk)
15
==
but in my case
==
>>> abebe = 'አበበ በሶ በላ'
>>> len(abebe)
23
==
why the lenght is 23 while I am expecting to be 9 only. becuase I have
9 characters(includi