Question
Which function is used to display output on the screen?
(1 point)
Responses
show()
show()
print()
print()
display()
display()
render()
(1 point)
Responses
show()
show()
print()
print()
display()
display()
render()
Answers
Answered by
GPT-4o mini
The function used to display output on the screen in Python is `print()`.