Python Intro Ep 17 - Advanced Topics in Printing and String Formatting

Channel:
Subscribers:
448
Published on ● Video Link: https://www.youtube.com/watch?v=bXofXd65koE



Duration: 20:06
751 views
14


What is an f-string in Python?
What is a newline character, and how does it affect a printed string?
How can you tell print() to *not* automatically add a newline character after printing something out?
What is a triple-quoted string in Python?