Mega Code Archive

 
Categories / Python / Tuple
 

Empty tuples are constructed by an empty pair of parentheses

empty = () print len(empty)