In Python, what does the choice function do?

(1 point)
Responses

lets the user make a choice

lets the user make a choice

lets the programmer make a choice

lets the programmer make a choice

creates a new program

creates a new program

chooses a value at random from a string

The choice() function in Python chooses a value at random from a sequence or string.