Skip to content

added parameter stringToCount #666

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

Closed
wants to merge 4 commits into from
Closed

Conversation

kotoran
Copy link

@kotoran kotoran commented Oct 3, 2017

Sorry I wrote a terrible commit message for these, I will follow the proper form exercise-name: Changes some things next time. I will just leave that info here for now.
collatz_steps: added parameter integerToTest
word_count: added parameter stringToCount
fixes #552
fixes #652

@behrtam
Copy link
Contributor

behrtam commented Oct 3, 2017

Thanks, but please rename/squash your commit: https://github.com/exercism/python#pull-requests

@@ -1,2 +1,2 @@
def collatz_steps():
def collatz_steps(integerToTest):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python favors snake_case over CamelCase.
A good Python style guide from Google - https://google.github.io/styleguide/pyguide.html?showone=Naming#Naming

@ilya-khadykin
Copy link
Contributor

Since both #552 and #652 were fixed, I'll close this one.

@kotoran I'm sure you can find something else to work on in this repo, there are plenty of issues available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants