Fix tassk no. 10

This commit is contained in:
Tomasz Dwojak 2017-11-19 15:38:59 +01:00
parent 19c4e498ca
commit b62e43effe
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def pokemon_speak(text):
def tests(f):
inputs = [['pokemon'], ['do not want'], 'POKEMON']
inputs = [['pokemon'], ['do not want'], ['POKEMON']]
outputs = ['PoKeMoN', 'Do nOt wAnT', 'POKEMON']
for input, output in zip(inputs, outputs):