Delete values from a string using the index

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Thu Sep 27 01:53:44 EDT 2007


In message <1190838311.630506.64670 at y42g2000hsy.googlegroups.com>, 
koutoo at hotmail.com wrote:

> How do I delete or remove values from a list or string using the
> index.

Note you can't do it with a string, since that's not mutable.



More information about the Python-list mailing list