Which function produces a text in Python language?(1 point)

Responses

print
print

string
string

return
return

def

1 answer

The correct function that produces output text in Python is:

print

So the response would be print.