#6 - f-Strings in Python

preview_player
Показать описание
Learn to use f-strings in Python for better formatting of strings. f-strings are the new and improved way to format strings. They are more readable, more concise and less likely to catch error & they are also faster than other ways of formatting.
To use f-strings, you must have the Python version 3.6 or above. On the earlier versions of Python, we used .format() functions which were difficult to read and write. With the f-strings, it has become very easy to access the values from any variable and format them efficiently.

Рекомендации по теме
Комментарии
Автор

Thank you for making these videos. I'm finding them very helpful.

charlesjackson
join shbcf.ru