how to print a specific object in a list python code example Example: print specific list item python lis_t = [1, 4, 5] print(lis_t[2]) #will print 5