Skip to content

Commit

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

0 comments on commit f4fc5d6

Please sign in to comment.