Mega Code Archive

 
Categories / Python Tutorial / Introduction
 

A variable is basically a name that represents some value

# You have to assign a value to a variable before you use it.  x = 3  print x * 2