A variable is basically a name that represents some value : Variable : Introduction PYTHON TUTORIALS


PYTHON TUTORIALS » Introduction » Variable »

 

A variable is basically a name that represents some value


# You have to assign a value to a variable before you use it. 

x = 
print x * 2



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Introduction
» Variable