Skip to content

Commit aa9402d

Browse files
Merge pull request #695 from rivergillis/master
word-count: Fix #652 add parameters to placeholder
2 parents e0d34a5 + 551c9cc commit aa9402d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/word-count/word_count.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
def word_count():
1+
def word_count(phrase):
22
pass

0 commit comments

Comments
 (0)