Python! Formatted String Literals (f-strings)

Опубликовано: 23 Октябрь 2022
на канале: Adrian Dolinay
341
7

Tutorial on printing with f-strings. Learn how to print f-strings, format the print output with format specifiers and create variables with f-strings.

GitHub repo containing the notebook under the "Python" directory - https://github.com/ad17171717/YouTube...

CONNECT:
LinkedIn:   / adrian-dolinay-frm-96a289106  
GitHub: https://github.com/ad17171717
Twitter:   / dolinayg  
Odysee: https://odysee.com/@adriandolinay:0


|-Video Chapters-|
0:00 - Intro
0:21 - String format function vs f-strings
1:47 - Operations within f-strings
2:15 - f-strings within a for loop
3:24 - f-string format specifiers
5:03 - Creating variables with f-strings
6:16 - References and additional learning