Mega Code Archive

 
Categories / Python Tutorial / Introduction
 

Chaining together assignments is okay

x = 1 y = x = x + 1 print x, y