Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From Python 3 docs, [print()](https://docs.python.org/3/library/functions.html#print) accepts a end keyword argument, which determines the last character to be printed, setting it to `''` empty string to prevent extra newlines.
- Loading branch information