From 4d6c11789d78439e600673a4132eff9e59404ead Mon Sep 17 00:00:00 2001 From: s407531 Date: Sun, 13 May 2018 09:54:06 +0200 Subject: [PATCH] rozwiazanie zad 2 --- labs02/task03.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/labs02/task03.py b/labs02/task03.py index 41aaaca..e72a6b5 100644 --- a/labs02/task03.py +++ b/labs02/task03.py @@ -19,8 +19,6 @@ def oov(text, vocab): slowo=(slowo for slowo in rozdzielenie if slowo not in vocab) - - return slowo