General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Barry On
Indently
comments
Comments by "Barry On" (@barryon8706) on "10 Important Python Concepts In 20 Minutes" video.
It looks like the f in front of a string makes it an interpolated string so e.g. f'Hello {name}' becomes Hello Bob instead of being literally Hello {name}
1