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
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?