“Python Poner en Mayusculas” Code-Antworten

Python Poner en Mayusculas

>>> "que no grites".upper()
QUE NO GRITES
Código 360

Python Primera letra mayuscula

cadena = "este es el texto a modificar"
print(cadena.title())
# imprime: "Este Es El Texto A Modificar"
Código 360

Python Poner en Mayusculas

texto_en_mayusculas = "monty python".upper()
print(texto_en_mayusculas)
# imprime: MONTY PYTHON
Código 360

Ähnliche Antworten wie “Python Poner en Mayusculas”

Fragen ähnlich wie “Python Poner en Mayusculas”

Weitere verwandte Antworten zu “Python Poner en Mayusculas” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen