From 8786b7775f0260872b92a24963cd5b28f45eeab6 Mon Sep 17 00:00:00 2001 From: "Mr.Pink" <56068154+ool3@users.noreply.github.com> Date: Wed, 15 Apr 2020 10:35:20 +0300 Subject: [PATCH] Revert "Create Counting sheep..." This reverts commit a0a7b70197feeab4cb354130044eccad7e39fdc7. --- Counting sheep... | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Counting sheep... 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)