Si encuentras algún detalle que no entiendes puedes dejarlo en los comentarios y haremos todo lo posible de ayudarte lo mas rápido que 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 functiondefhi():# other code...
hi.bye =42# Create function attribute.
sigh =10
hi()print(hi.bye)# -> 42
Al final de la artículo puedes encontrar las explicaciones de otros administradores, tú igualmente eres capaz mostrar el tuyo si te apetece.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)