forked from tdwojak/Python2017
M
Signed-off-by: s45167 <krzysztof.spalinski@op.pl>
This commit is contained in:
parent
494fd72518
commit
c448ceb913
@ -19,7 +19,7 @@ def pokemon_speak(text):
|
|||||||
return a
|
return a
|
||||||
|
|
||||||
def tests(f):
|
def tests(f):
|
||||||
inputs = [['pokemon'], ['do not want'], 'POKEMON']
|
inputs = [['pokemon'], ['do not want'], ['POKEMON']]
|
||||||
outputs = ['PoKeMoN', 'Do nOt wAnT', 'POKEMON']
|
outputs = ['PoKeMoN', 'Do nOt wAnT', 'POKEMON']
|
||||||
|
|
||||||
for input, output in zip(inputs, outputs):
|
for input, output in zip(inputs, outputs):
|
||||||
|
Loading…
Reference in New Issue
Block a user