Mega Code Archive
Categories
/
Python Tutorial
/
Introduction
Chained Assignments
x = y = 2 print x print y