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

Responses

string
string

return
return

def
def

print

1 answer

The function that produces text in Python is:

print

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