Python Best Practice: f-string, destructing, ignore value
1. Introduction
Here are some helpful tips for developing in Python.
2. String Interpolation, f-string
2.1. Concartenate string with variable
From Python 3.6, f-string is introduced and it provides a simple and readable way to handle string interpola...
ivanyu2021.hashnode.dev3 min read