Answer:
"Causes text to be printed on the screen" is the right answer for the above question.
Explanation:
In a python programming language, the "print()" function is used to display the text or value of a variable (which is described as an argument of the "print()" function) on the screen. The syntax of the "print()" function is stated below--
print("value of text which needs to print on the screen");
Hence "Causes text to be printed on the screen" is the right answer because it means the same which described above while the other is not because--