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

Responses

return
return

print
print

def
def

string

1 answer

The function that produces a text in Python is:

print

The print function is used to output text (or other data types) to the console.