Skip to content

Commit

Permalink
fixed bug in my sum as reported in Issue jonathanrocher#24
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinaya08 committed Nov 16, 2018
1 parent 6376916 commit b7279b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprint_tutorial/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
def my_sum(x, y):
""" Compute the sum of 2 numbers
"""
return 2*(x + y)
return (x + y)

0 comments on commit b7279b4

Please sign in to comment.