Empty tuples are constructed by an empty pair of parentheses : Tuple Declaration : Tuple PYTHON examples


PYTHON examples » Tuple » Tuple Declaration »

 

Empty tuples are constructed by an empty pair of parentheses


Empty tuples are constructed by an empty pair of parentheses

empty = ()

print len(empty)

           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Tuple
» Tuple Declaration