DEV Community

Discussion on: Automating my workflow with Python #1: File Organizer

Collapse
 
gagangulyani profile image
Gagan Deep Singh

f-strings (formatted strings) are new in Python 3 😎 They make string formatting a lot easier. I could have used format function instead of using f as a prefix but just by adding that, I get to write cleaner and more readable code.

Collapse
 
titanhero profile image
Lex

Yeah already I I read about f strings, them are amazing...👍✌️