Omit default slice index

When slicing, the second index defaults to the length of the value,
making `s[n:len(s)]` and `s[n:]` equivalent.
