A tuple is an example of what Computer Science mechanism? a compound data object O a data structure O a dynamic data element extractor O a linked list implementation The following code: astr - "Fear is the little-death that brings total obliteration. I wll face my fear." dth - astr[12:24) is an example of: O substring processing iteration O functional programming slice syntax