z1, z2, z3, z4, z5, z6, z7, z8, z9, z10
This commit is contained in:
parent
f29a32cacd
commit
023a824152
@ -19,7 +19,6 @@ def pokemon_speak(text):
|
|||||||
c += 1
|
c += 1
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
||||||
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']
|
||||||
|
Loading…
Reference in New Issue
Block a user