explain the purpose of using the print statement in python with appropriate example
Answers
Answered by
4
Answer:
Print Function and Strings. The print function in Python is a function that outputs to your console window whatever you say you want to print out. At first blush, it might appear that the print function is rather useless for programming, but it is actually one of the most widely used functions in all of python.
Explanation:
Answered by
3
Answer:
Print Function and Strings. The print function in Python is a function that outputs to your console window whatever you say you want to print out. At first blush, it might appear that the print function is rather useless for programming, but it is actually one of the most widely used functions in all of python.
Similar questions