Hey viewers,
In this video, we will see the print function of PYTHON in detail.
The print() function prints the given object to the standard output device or to the text stream file.
print(*objects, sep = ' ', end = '\n', flush = False, file = sys.stdout)
Parameters:
objects - object to be printed, there may be more than one object to be printed.
sep - objects are separated by sep.
Default value: ‘ ’
end - Specify what to print at the end.
Default is '\n' (line feed)
file - An object with a write method.
Default is sys.stdout
flush - A Boolean, specifying if the output is flushed (True) or buffered (False).
Default is False
Watch video Print function in PYTHON | Part - 1 | Lecture - 50 online, duration hours minute second in high quality that is uploaded to the channel Go-Mind 12 February 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 86 times and liked it 3 visitors.