Introduction Python Tutorial

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