In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 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. -- http://mail.python.org/mailman/listinfo/python-list
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 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. -- http://mail.python.org/mailman/listinfo/python-list