Table of Contents
Please derive sequence from here and implement the following methods: length Return the length of the sequence. __getslice__ Return a portion of the sequence.
__getattr__ ( self, key )
__getslice__ ( self, i, j, )
length ( self )