Curso-lenguaje-python/python-total/dia_08/06_probando_unittest/cambia_texto.py

3 lines
52 B
Python
Raw Normal View History

2023-04-12 21:59:15 +02:00
def todo_mayuscula(texto):
return texto.upper()