Print function in PYTHON | Part - 1 | Lecture - 50

Опубликовано: 12 Февраль 2021
на канале: Go-Mind
86
3

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


Смотрите видео Print function in PYTHON | Part - 1 | Lecture - 50 онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Go-Mind 12 Февраль 2021. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 86 раз и оно понравилось 3 посетителям.