Treat the tuple as a condition : Tuple Condition : Tuple PYTHON examples


PYTHON examples » Tuple » Tuple Condition »

 

Treat the tuple as a condition


Treat the tuple as a condition



inventory = ()


if not inventory:
    print "You are empty-handed."


           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


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


PYTHON examples

 Navioo Tuple
» Tuple Condition