1
0
forked from tdwojak/Python2018
This commit is contained in:
Ola Piechowiak 2018-05-20 17:25:50 +02:00
parent acf48c8e1e
commit 02ce6f4aaf

View File

@ -9,7 +9,11 @@ na wielką. Np. pokemon_speak('pokemon') powinno zwrócić 'PoKeMoN'.
def pokemon_speak(text):
pass
for i in text:
if i in text[::2]:
return i.upper()
def tests(f):