C-18-Q089mediumsingle_mcq
In Python, which function is used to display text on the monitor?
In Python, which function is used to display text on the monitor?
- a
printf() - b
print() - c
print - d
println()
ব্যাখ্যা
In Python the built-in print() function displays output on the screen. printf() and println() belong to other languages, and print without parentheses is not a valid call in Python 3.