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