Python Programming - Console Input/Output - Discussion

Discussion Forum : Console Input/Output - General Questions (Q.No. 2)
2.
Which function is used to print output to the console?
display()
show()
print()
console.log()
Answer: Option
Explanation:
The print() function is used to display output on the console in Python. It can be used to print variables, strings, and expressions.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.