Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 14, 2020 03:30
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 IndhumathyChelliah/add582d8e2ab55ce676bb2c0179a8bcb to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/add582d8e2ab55ce676bb2c0179a8bcb to your computer and use it in GitHub Desktop.
from c1 import _a,_sub
#accessing variable names having single leading underscore.
print (_a)#Output:hello
#accessing function name having single leading underscore
_sub(7,2)#Output:5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment