When using Python in an interactive environment (i.e., the shell), the _ variable stores the result of your most recent operation. This is useful if, like me, you spend a fair amount of time in the Django shell when writing/debugging features. For ex...
til.justinthurman.dev1 min readNo responses yet.