Saved Bookmarks
| 1. |
What is the use of print('hello %s',% name) in python |
|
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 |
|