Trying to get people's opinions on what they consider more readable, not focusing on comma first or not, but on the fact that the original is tabular and the beautified one removed the whitespace and therefore is not.
Please vote +1 for either original or beautified.
@thlorenz without the equal spacing, yes.
PEP8 says the equal spacing is incorrect and the zen of python says explicit is always better than implicit, ergo, the var declaration on each variable would explicitly explain that those variables are all local to the current scope.
However, I do understand I'm not programming Python and feel a single var would suffice due to it's prevelance in the community, but then I'd prefer the commas at the end of the line, mostly due to it's familiarity in English punctuation rules (typesetting and formatting rules prohibit the punctuation from beginning a line. My dad is a typesetter...)