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

Python
Python

string
string

function
function

module

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 multiple routines (such as functions).