Mega Code Archive

 
Categories / Python Tutorial / Introduction
 

Augmented Assignments

x = 2  x += 1  x *= 2  print x