Computer Science, asked by KavinrajK, 8 months ago

what is the use of print('hello %s',% name) in python​

Answers

Answered by sanvi746
1

Answer:

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.

I hope this answer hep u

Similar questions