TIL: What Happens When Using the Context Manager Outside its with-Statement
The other day I learned two things about context managers. The first one is that the variable, created when using with ... as x exist outside the context-block. This isn't really surprising, I just never tried it before. The second is that what happe...
fronkan.hashnode.dev3 min read