-
Notifications
You must be signed in to change notification settings - Fork 9
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
flip_a_coin function added #10
Conversation
Hey @sayanmondal2098 , import a package called black and run |
flip a coin added and reformated |
black works with the most recent version of pep8 compliance, these additions were not made in the pep8 package. this package has been renamed to pycodestyle. see: https://pypi.org/project/pycodestyle/ and the reason why this has been changed here: PyCQA/pycodestyle#466 |
…) and test_prep8 in line 13. All conflicts resolved and flip_the_coin added
Let's keep this PR aimed at adding a module. 😅 |
@sayanmondal2098 as @swapagarwal said, please keep your PR solely for the flip_a_coin module, if you want to merge a new module, create a new branch and then a new PR. |
Also, remove the formatting changes and set the line-length to 120 in your local editor. |
Ideally, there would be 3 files changed (right now, you have 10!). |
No description provided.