Tuple Python

inventory = ("a",
             "b",
             "c",
             "d")
print "You have", len(inventory), "items in your possession."