Usage of the Underscore(_) in Python?
This is a continued story of my previous post Star in Python.
In this article, we will know about the usage of underscore in Python.
As a placeholder of variable
If you do not use a variable then you can name it as underscore.
>>> my_dict = {'a': 1, ...
soumendrak.hashnode.dev2 min read