Skip to content

Update sum.py#6

Open
StudentMAGe wants to merge 1 commit intoagbragin:masterfrom
StudentMAGe:master
Open

Update sum.py#6
StudentMAGe wants to merge 1 commit intoagbragin:masterfrom
StudentMAGe:master

Conversation

@StudentMAGe
Copy link
Copy Markdown

"+" substituted for "-"

Copy link
Copy Markdown
Owner

@agbragin agbragin left a comment

Choose a reason for hiding this comment

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

Nice work! Full score.

Comment thread sum.py
"""
assert (is_number(a) and is_number(b)), 'Both addends should be numbers'
return a - b
return a + b #"-" substituted for "+"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

The change is self-describing so you should not leave any comments here.

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.

2 participants