Blog

October 20, 2022

Python F-Strings Tricks You Should Know

One of the most useful features of Python is its support for F-strings. F-strings allows you to create strings and use various types of quotation marks. However, when using f-strings, you should ensure that you do not use the same quotation mark inside and outside the string. !r One of the Python programming tricks you […]

Read More