I am trying to multiply the inside of a list in python with the list[n:k] operand with a set of multipliers . When I print the code below I can multiply the lis
list[n:k]