Which function is used to display output on the screen?

Responses

show()

print()

display()

render()

1 answer

The function used to display output on the screen in Python is print().