Reference a variable by name : Variable Reference : Language Basics PYTHON examples


PYTHON examples » Language Basics » Variable Reference »

 

Reference a variable by name


Reference a variable by name


a = 3           # name created
b = 4

print a, b
           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Language Basics
» Variable Reference