23 Feb
2020
23 Feb
'20
10:58 p.m.
On 24/02/20 9:32 am, jdveiga@gmail.com wrote:
It is a common "pattern" in any languages to walk along strings, letter by letter.
Maybe in some other languages, but I very rarely find myself doing that in Python. There is almost always some higher level way of doing what I want.
if strings are not longer sequences, how would Python do slicing on strings
It's quite possible for a type to support slicing but not indexing. -- Greg