C-16-Q001mediumsingle_mcq
The Python function used to display definite text on the monitor or other standard output devices is:
The Python function used to display definite text on the monitor or other standard output devices is:
- ainput()
- bprint()
- ctype()
- dstr()
ব্যাখ্যা
The print() function is Python's standard tool for displaying text on the monitor or other standard output. input() reads data, while type() and str() deal with object types and conversion.