#python
Read more stories on Hashnode
Articles with this tag
Writing better code is always a challenge in any programming language. Before wring good code, you should have a better understanding of the...
A Decorator is a special kind of declaration that can apply to a function to enhance its functionality. This is also called known as metaprogramming. · A...