Skip to content

Instantly share code, notes, and snippets.

@barrachri
Created July 25, 2016 15:32
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 barrachri/c90b1afbec448e12564317b4845b94a1 to your computer and use it in GitHub Desktop.
Save barrachri/c90b1afbec448e12564317b4845b94a1 to your computer and use it in GitHub Desktop.
Python Code
class A():
x = 1
a = A()
b = A()
b.x = 11
a.x # ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment