Which function produces a text in Python language?(1 point) Responses return return def def print print string string

1 answer

In Python, the function that produces output text to the console is print. So the correct response is:

print