Is print a function in python?



Is print a function in python?..

Answer / Shilpi Agarwal

Yes, 'print' is a built-in function in Python. It prints the specified output to the standard output stream.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are the supported data types in python?

1 Answers  


What packages in the standard library, useful for data science work, do you know?

1 Answers  


What is the difference between numpy and pandas?

1 Answers  


What is encapsulation in python?

1 Answers  


What is a pil in python?

1 Answers  


What is meant by“call by value” in python?

1 Answers  


What are the advantages of Python Recursion?

1 Answers  


What is the purpose of the single underscore “_” variable in python?

1 Answers  


Explain identity operators in python?

1 Answers  


Is Python a compiled language or an interpreted language?

2 Answers  


Which linux is best for python programming?

1 Answers  


Which are the file related libraries/modules in python?

1 Answers  


Categories