What is LEGB in Python??
Recently I came across the term LEGB in python.
I first thought it to be some lingo for a python library, python libraries do have weird names. you have to agree with me on that point.
But, the term LEGB deals with scope resolution in python.
Scope ...
pranatishete.hashnode.dev