Rename variables to follow "good practice".
Rename variables to follow "good practice". Dont use "a = thing" unless its very clear what that variable is. Variable names should ideally contain some information about what the variable holds or is used for.