Python Journey
Day 1
2080/09/02
F-strings, or formatted string literals, provide a concise way to embed expressions inside string literals in Python. You create an f-string by prefixing the string with the letter "f" or "F". Inside the string, you can include ex...
sujanthapa07.hashnode.dev16 min read