5 lesser known features of the Python print() function

preview_player
Показать описание
In this video we look at the print() function.

99% of the times you probably just do print("some string"), right?

But did you know that print() has quite some other capabilities? In this video we explore 5 of them ...

Chapters:
00:00 Intro
00:50 1. Pass in multiple args and using a separator
01:41 2. Using a different ending than newline
02:47 3. Printing to standard error
04:34 4. Print to a file
05:00 5. Flash print output
07:20 Outro

Related Pybites tips:

---

And last but not least, we appreciate any feedback to make our YouTube content better 💡
Рекомендации по теме
Комментарии
Автор

You mean there's more uses for print() than just to print? Mind officially blown! 🤯

sherryab