C-15-Q135mediummulti_combo_mcq
Which statements about Python's print function are true?
Which statements about Python's print function are true?
- It can print text strings
- It outputs the text passed to it
- It cannot print anything
- ai and ii
- bi and iii
- cii and iii
- di, ii, and iii
ব্যাখ্যা
Statements i and ii are correct because print() can display text strings and outputs whatever text is passed to it. Statement iii is false, since print() is specifically designed to produce output.