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) Responses function function module module Python Python string

1 answer

The correct answer is module. A module is described as a discrete piece of code that is part of a program and can contain one or multiple routines (functions).