Mega Code Archive

 
Categories / Python Tutorial / Tuple
 

One comma can change the value of an expression completely

print 3*(40+2) print 3*(40+2,)