Skip to content

Commit

Permalink
palindrome-products: Add parameter to exercise placeholder per #604
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-khadykin authored Oct 7, 2017
2 parents 96d81b3 + 3c4eb32 commit c599ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/palindrome-products/palindrome_products.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def largest_palindrome():
def largest_palindrome(max_factor, min_factor):
pass


def smallest_palindrome():
def smallest_palindrome(max_factor, min_factor):
pass

0 comments on commit c599ac9

Please sign in to comment.