Skip to content

Instantly share code, notes, and snippets.

@arpitbbhayani
Created February 7, 2020 06:25
Show Gist options
  • Save arpitbbhayani/4196bd267dfd31734643737c21c159fa to your computer and use it in GitHub Desktop.
Save arpitbbhayani/4196bd267dfd31734643737c21c159fa to your computer and use it in GitHub Desktop.
def area(radius):
return 3.14 * radius ** 2
>>> locals()
{
...
'area': <function area at 0x10476a440>,
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment