Mega Code Archive

 
Categories / Python Tutorial / Introduction
 

Once a variable has been assigned, you can access it by using its name

x = 4 y = 'this is a string' print x print y