Which of these is described as a discrete piece of code that is part of a program and contains one or multiple routines?(1 point)%0D%0AResponses%0D%0A%0D%0Astring%0D%0Astring%0D%0A%0D%0Afunction%0D%0Afunction%0D%0A%0D%0Amodule%0D%0Amodule%0D%0A%0D%0APython
1 answer
The correct answer is "function". A function is a discrete piece of code that is part of a program and contains one or multiple routines.