list splicing pytho code example Example: python list splicing a[start:stop] a[:stop] a[start:] a[start:stop:interval]