Lilian Blot Variables and Data Types Variables have types The type of a variable is the type of the value it refers to Autumn 2013 TPOP 5 >>> type(name) >>> type(age) >>> type(height_cm) Python shell