diff --git a/Counting sheep... b/Counting sheep... deleted file mode 100644 index c142df7..0000000 --- a/Counting sheep... +++ /dev/null @@ -1,4 +0,0 @@ -def count_sheeps(sheep): - # TODO May the force be with you - a = list(filter(lambda x: x, sheep)) - return len(a)