Si encuentras algún detalle que te causa duda puedes comentarlo y te responderemos tan rápido como podamos.
Ejemplo: acceder a una variable desde fuera de la función en python
# for accessing a variable from outside the function then create that variable
# as an attribute of the function
def hi():
# other code...
hi.bye=42 # Createfunction attribute.sigh=10hi()print(hi.bye) # ->42
Te mostramos reseñas y calificaciones
Si te sientes estimulado, puedes dejar un artículo acerca de qué te ha impresionado de esta división.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)