Jose Manuel Fernández Fernández
PreguntaHola a todos, al utilizar .upper me devuelve lo siguiente, si no lo utilizo me devuelve lo esperado.
Escribe una frase: Hola mundo
<built-in method upper of str object at 0x7fe72e8456f0>
<built-in method upper of str object at 0x7fe72ced8c30>
<built-in method upper of str object at 0x7fe72e8c1eb0>
<built-in method upper of str object at 0x7fe72e8e9f70>
<built-in method upper of str object at 0x7fe72ea2bcb0>
<built-in method upper of str object at 0x7fe72ce7ac70>
<built-in method upper of str object at 0x7fe72cedd370>
<built-in method upper of str object at 0x7fe72e8490b0>
<built-in method upper of str object at 0x7fe72ced8af0>
<built-in method upper of str object at 0x7fe72ced8c30>
Alex Camacho
Por lo que pones te hacen falta los parentesis, de esta forma .upper()
Sebastián Andrade
Puedes compartir tu codigo para ayudarte?
Alex Camacho
Tiene razón Sebastian, sería más fácil ayudarte si compartes tu código :D
Jose Manuel Fernández Fernández
Hola,
Disculpar pero estuve tiempo desconectado, y esto código era una prueba no lo tengo guardado. Gracias por el interes.
Alex Camacho
Para futuras referencias cuanto te pase algo similar comparte también un par de capturas con los errores, tu código y cosas así, siempre eso hace más fácil ayudarte :)
Moisés Manuel Morín Hevia
Prueba así: .upper()
![Curso Básico de Python [Empieza Gratis]](https://static.platzi.com/media/courses/OG-python-basico.png)