Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 29, 2019 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b15c7b09b10f5230eac80e55d46db867 to your computer and use it in GitHub Desktop.
Save parzibyte/b15c7b09b10f5230eac80e55d46db867 to your computer and use it in GitHub Desktop.
mi_variable_global = 20
def una_funcion():
print("Soy una función. La variable global es: " + str(mi_variable_global))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment