List: assign by index
inventory = ["sword", "armor", "shield", "healing potion"] inventory[0] = "crossbow" print inventory