Javier, miembro de este equipo de trabajo, nos hizo el favor de crear este artículo porque controla muy bien el tema.
Ejemplo 1: python repr
# The repr() function returns a printable representational string of the given object.>>> var ='foo'>>>print(repr(var))"'foo'"
Ejemplo 2: compilador de Python en línea
Use this site
https://repl.it/languages/python3
Ejemplo 3: repr () en python
#The repr() function returns a printable representation of the given object.#repr() takes a single object.#Syntax
val ="string"print(repr(val))#output ---->"'string'"
Reseñas y puntuaciones del post
Recuerda algo, que puedes optar por la opción de decir si te fue de ayuda.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)