Skip to content

Commit

Permalink
minor changes formating
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoShiva committed Jan 12, 2019
1 parent 47b7a21 commit e8f06ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SOLUTIONS/circularprimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ def reversed_n(num):
# ValueError from search operation so we just catch
# and continue
continue
print(ansarr)
# print(ansarr) # Added for debugging manually if needed
print(sum(ansarr)) # we just sum appended nums and print the sum

0 comments on commit e8f06ba

Please sign in to comment.