Skip to content

Instantly share code, notes, and snippets.

@mingyc
Created March 22, 2012 11:30
Show Gist options
  • Save mingyc/2157793 to your computer and use it in GitHub Desktop.
Save mingyc/2157793 to your computer and use it in GitHub Desktop.
print circle.radius # getter
circle.radius = 10 # setter
del circle.radius # deleter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment