Easy Python String Formatting with f-strings

preview_player
Показать описание

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

I appreciate how simple and clear this was. I liked that you had the two examples (concat and f-string) right next to each other, making it very easy to see the differences. Thank you!

marshallorama
Автор

we can also use comma instead of "+"

Movie-MOVlE
Автор

How do you get rid of the braces in the terminal. My string I formatted shows braces in the terminal

ztmsirhc
Автор

"Name : {}, Age : {}".format(name, age)

Thank me leter

muhammadzakaria
Автор

So this is kind of like printf in Java right?

Soup-man
Автор

This closely similar to designing Dictionary in python

davidalex
Автор

When using the old method, I had a little problem with spaces in the text. I don't understand why you don't have it

alibekbai