print only a portion of a list code example Example: print specific list item python lis_t = [1, 4, 5] print(lis_t[2]) #will print 5