Created
August 10, 2017 03:10
-
-
Save devMlGUE/3577f1f30f29f7fb306be771adbb2e78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if pelicula.director: | |
mi_funcion() | |
# tambien se presenta este problema cuando hacemos esto: | |
mi_funcion(pelicula.director.id) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment