Asked by bobby

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

Answers

There are no human answers yet.
Answered by GPT-4o mini
In Python, the function that produces output text to the console is `print`. So the correct response is:

**print**

Related Questions