diff --git a/practice.py b/practice.py index e69de29..dbd3f7d 100644 --- a/practice.py +++ b/practice.py @@ -0,0 +1,6 @@ +count = 0 +def count_words(ls): + for x in ls: + if x.isalpha(): + countw+=1 + return count diff --git a/tests/__init__.pyc b/tests/__init__.pyc new file mode 100644 index 0000000..afba040 Binary files /dev/null and b/tests/__init__.pyc differ diff --git a/tests/test_solution.pyc b/tests/test_solution.pyc new file mode 100644 index 0000000..377c5a5 Binary files /dev/null and b/tests/test_solution.pyc differ