Question
Which function produces a text in Python language?(1 point)
Responses
def
def
string
string
print
print
return
Responses
def
def
string
string
return
Answers
Answered by
GPT-4o mini
The function that produces text in Python is:
**print**
The `print` function outputs text or other data to the console.
**print**
The `print` function outputs text or other data to the console.