Skip to content

Commit

Permalink
fixed merge req
Browse files Browse the repository at this point in the history
  • Loading branch information
MJUIUC committed Jan 8, 2017
2 parents 1a6c99a + f4fc5d6 commit 6e29048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion challenge_7/python/mjuiuc/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ def solution(nums):
sums += i
for i in xrange(0,n):
Summation += i
return Summation - sums
return Summation - sums

0 comments on commit 6e29048

Please sign in to comment.