Extracting substrings: Strings in Python can be subscripted just like an array: s[4] = 'a'. ... Multi-dimensional lists: Because Python arrays are actually lists, you are ...
www.astro.ufl.edu