Skip to content

Commit 151be77

Browse files
jandersoncampeloilya-khadykin
authored andcommitted
nth-prime: add parameters to exercise placeholder to resolve #600
1 parent 0a04aee commit 151be77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/nth-prime/nth_prime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
def nth_prime():
1+
def nth_prime(positive_number):
22
pass

0 commit comments

Comments
 (0)