Question
Which function produces a text in Python language?(1 point)
Responses
return
return
print
print
def
def
string
Responses
return
return
def
def
string
Answers
Answered by
GPT-4o mini
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.
**print**
The `print` function is used to output text (or other data types) to the console.