Tuple Python

inventory = ("a",
             "b",
             "c",
             "d")
print "\nYour items:"
for item in inventory:
    print item