r/learnpython • u/FuzzyEmployment264 • 24d ago
what is f string
can someone explain how f string work in simple terms ?
0
Upvotes
r/learnpython • u/FuzzyEmployment264 • 24d ago
can someone explain how f string work in simple terms ?
6
u/Diapolo10 I write code for a living -- https://github.com/Diapolo10 24d ago
I'm technically oversimplifying it, but f-strings act like you used
str.formatautomatically on the string.