Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting #1

Closed
doraithodla opened this issue Oct 18, 2015 · 2 comments
Closed

Formatting #1

doraithodla opened this issue Oct 18, 2015 · 2 comments

Comments

@doraithodla
Copy link

There is a document called PEP8 that describes how Python programs should be formatted. You can read it whenever you find some time (it is kind of a boring document to read). However, download the PEP8 utlity and run your sources through it and correct the formatting errors. Here are a couple.

  1. Spacecs around assignment operators
  2. Spaces around arithmetic operators
@PandaWhoCodes
Copy link
Owner

Code Reformatted. Please check if there are anymore of such formatting errors

@doraithodla
Copy link
Author

It is not worth checking manually. You can run pep8 and check it. https://pypi.python.org/pypi/pep8

PandaWhoCodes added a commit that referenced this issue Oct 24, 2015
PEP8 Correction Made
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants