Skip to content

Instantly share code, notes, and snippets.

@chopmann
Created March 15, 2016 15:16
Show Gist options
  • Save chopmann/81028b6233e4e8abdf63 to your computer and use it in GitHub Desktop.
Save chopmann/81028b6233e4e8abdf63 to your computer and use it in GitHub Desktop.
def una_function():
mydict = {}
mydict['una_key'] = 'a_value'
mydict['otro_key'] = 'b_value'
return mydict
def otra_function():
a_var = "hallo welt"
b_var = "hello world"
return (a_var, v_var)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment