Tuple Python

inventory = ("a",
             "b",
             "c",
             "d")
       
       
if "c" in inventory:
    print "You will live to fight another day."