Skip to content

Commit

Permalink
prime-factors: add parameters to exercise placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
subkrish committed Oct 3, 2017
1 parent fea1b37 commit 1701270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/prime-factors/prime_factors.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def prime_factors():
def prime_factors(number):
pass

0 comments on commit 1701270

Please sign in to comment.