pep8 + print statement alignment
The original: * Violated pep8 * Used `print()` both as a statement and as a function, guaranteeing that the code won't work in either Python 2.5 or 3.x * Didn't explain anything about what was happening. This change fixes two of those problems.
Loading
Please sign in to comment