>>> "que no grites".upper() QUE NO GRITES
texto_en_mayusculas = "monty python".upper() print(texto_en_mayusculas) # imprime: MONTY PYTHON