diff --git a/labs02/task10.py b/labs02/task10.py index 044b8b3..fb57d6f 100644 --- a/labs02/task10.py +++ b/labs02/task10.py @@ -19,7 +19,6 @@ def pokemon_speak(text): c += 1 return res - def tests(f): inputs = [['pokemon'], ['do not want'], ['POKEMON']] outputs = ['PoKeMoN', 'Do nOt wAnT', 'POKEMON']