filmov
tv
Python f 'String' formatted output #python

Показать описание
Hello everyone! In this video I'll show you an easier way to format strings in Python 3 using f-strings. The traditional way in Python 2 is to use the % operator. In Python 3, f-strings make string formatting simple. You just prefix the string with f and use curly braces to insert expressions. #programming #coding