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

Difference of Squares - Added Parameters to placeholders #585

Closed
wants to merge 4 commits into from
Closed

Difference of Squares - Added Parameters to placeholders #585

wants to merge 4 commits into from

Conversation

Sukhj1nder
Copy link
Contributor

@Sukhj1nder Sukhj1nder commented Oct 3, 2017

Added Parameters to the Difference of Squares file in the functions square_of_sum, sum_of_squares and difference.

This resolves the issue #585.
TODO: Difference of Squares - Ticked on #509

Resolves #555

Copy link
Contributor

@ilya-khadykin ilya-khadykin left a comment

Choose a reason for hiding this comment

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

I left comments with issue that have to be fixed

pass


def difference():
def difference(square_of_sum, sum_of_squares):
Copy link
Contributor

Choose a reason for hiding this comment

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

@@ -1,10 +1,10 @@
def square_of_sum():
def square_of_sum(square_of_sum):
Copy link
Contributor

Choose a reason for hiding this comment

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

This conflicts with the exercise itself, it requires only number

Updated the function `difference` by deleting a conflicting parameter.
@Sukhj1nder
Copy link
Contributor Author

@m-a-ge are these the changes you wanted?

@ilya-khadykin
Copy link
Contributor

@Sukhj1nder No, not really.
Natural number is expected in the exercise. square_of_sum is confusing

Made the Parameter in the `difference` function less confusing.
@Sukhj1nder
Copy link
Contributor Author

@m-a-ge hopefully this is better

@cmccandless
Copy link
Contributor

@Sukhj1nder Are you still working on this?

@Sukhj1nder Sukhj1nder closed this Oct 31, 2017
@Sukhj1nder
Copy link
Contributor Author

Sorry guys, I have gotten busier with some of my other projects. Hopefully it gets finished but, I hope to see you guys in the future when I've finished my projects so I can contribute further into this project.
Cheers Sukhi

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

Successfully merging this pull request may close these issues.

difference-of-squares: add parameters to exercise placeholder
3 participants