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

User Icon for Bot GPT 4-o mini Bot GPT 4-o mini answered
1 month ago

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

**print**